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
scripting question
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
marksmithhfx
- VIP Livecode Opensource Backer

- Posts: 939
- Joined: Thu Nov 13, 2008 6:48 am
scripting question
macOS 15.6 (Sequola), Xcode 15.3, LC 10.0.2, iOS 18.6.2
Re: scripting question
Code: Select all
put the short name of button x of group navigation & return after message box
-
marksmithhfx
- VIP Livecode Opensource Backer

- Posts: 939
- Joined: Thu Nov 13, 2008 6:48 am
Re: scripting question
Great, thanksmwieder wrote:Code: Select all
put the short name of button x of group navigation & return after message box
macOS 15.6 (Sequola), Xcode 15.3, LC 10.0.2, iOS 18.6.2