scripting question
Posted: Fri Jul 08, 2011 8:47 pm
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
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