我认为他指的是名为Select Function的标签。
它似乎没有改变。 我是说这个:
我们如何改变它?
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? 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 () Thanks a lot
In Lee Mac's method, how I change the label's "name"?
Select Function? The data list at the top Lee,
I think he referring to the label called Select Function.
It does not seem to change. I mean this one:
How do we change it?
页:
1
[2]