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
-
- VIP Livecode Opensource Backer
- Posts: 931
- Joined: Thu Nov 13, 2008 6:48 am
scripting question
macOS 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS
Re: scripting question
Code: Select all
put the short name of button x of group navigation & return after message box
-
- VIP Livecode Opensource Backer
- Posts: 931
- 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 12.6.5 (Monterey), Xcode 14.2, LC 10.0.0, iOS 15.6.1
Targets: Mac, iOS
Targets: Mac, iOS