Page 1 of 1

scripting question

Posted: Fri Jul 08, 2011 8:47 pm
by marksmithhfx
Hi, the following entered into the message box generates a script error Commands: missing ','
But I'm not sure where the fix should be applied. Any suggestions?

repeat with x = 1 to the number of buttons in group navigation
put the short name of button x in group navigation & return after message box
end repeat

Thanks
-- Mark

Re: scripting question

Posted: Fri Jul 08, 2011 9:19 pm
by mwieder

Code: Select all

put the short name of button x of group navigation & return after message box

Re: scripting question

Posted: Mon Jul 11, 2011 1:37 am
by marksmithhfx
mwieder wrote:

Code: Select all

put the short name of button x of group navigation & return after message box
Great, thanks