FniNe
05-23-2003, 08:03 AM
Hi,
This is a newbie question.
I want to update a ctlstring from a ctlpopup in the script requester. For example, when ctlpopup is equal to 2, ctlstring should to say something like "two" (or any word what I want).
I want to do it in a generic script, how can I do it?
c1 = ctlstring("name","One");
c2 = ctlpopup("pop",1,@"One","Two"@);
Thank you guys!
This is a newbie question.
I want to update a ctlstring from a ctlpopup in the script requester. For example, when ctlpopup is equal to 2, ctlstring should to say something like "two" (or any word what I want).
I want to do it in a generic script, how can I do it?
c1 = ctlstring("name","One");
c2 = ctlpopup("pop",1,@"One","Two"@);
Thank you guys!