Lee Mac 发表于 2022-7-6 11:59:39

顶部的数据列表

The Buzzard 发表于 2022-7-6 12:03:00

李,
 
我认为他指的是名为Select Function的标签。
 
它似乎没有改变。

Lee Mac 发表于 2022-7-6 12:03:12

我是说这个:
我们如何改变它?

alanjt 发表于 2022-7-6 12:09:17

tagkelas 发表于 2022-7-6 12:09:44

Thanks a lot
Both methods are really good
 
The Buzzard
(ALERT "You selected Demo 1") -> Is this the line where should I write the routine?

The Buzzard 发表于 2022-7-6 12:14:38

Yes, You can call out your function there.
 
Example

Local Functions(cond ((= FUNCT 0)(DEMO1)) ((= FUNCT 1)(DEMO2)) ((= FUNCT 2)(DEMO3))) orGlobal Functions(cond ((= FUNCT 0)(C:DEMO1)) ((= FUNCT 1)(C:DEMO2)) ((= FUNCT 2)(C:DEMO3)))
 
 
Then it would go to its respected function.

Local Functions(defun DEMO1 ()(defun DEMO2 ()(defun DEMO3 ()orGlobal Functions(defun C:DEMO1 ()(defun C:DEMO2 ()(defun C:DEMO3 ()

tagkelas 发表于 2022-7-6 12:16:33

Thanks a lot
 
In Lee Mac's method, how I change the label's "name"?
 
 
Select Function?

Lee Mac 发表于 2022-7-6 12:19:54

The data list at the top

The Buzzard 发表于 2022-7-6 12:22:45

Lee,
 
I think he referring to the label called Select Function.
 
It does not seem to change.

tagkelas 发表于 2022-7-6 12:25:51

I mean this one:
How do we change it?
页: 1 [2]
查看完整版本: Dcl列表框帮助