I think that there are few errors:
1) in mVar you must write this :
put  the name of btn ml && and" after mVar
2) after repeat you must write
delete last word of mVar — else you have and "and" at the end of mVar
3) and after you must write
do "group" && mVar

Regards
Alain

Le 23 mai 04, à 23:33, tzvi a écrit :

Hello, every body .
I'm trying to group multiple buttons via script but unsuccessful
on command
repeat for each line ml in fld "abc_"
put the name of button ml && "and "&&space into mVar
end repeat
group mVar -- problem with var doesn't get the value instead gets the object itself . Below is the message.
set the backgroundBehavior of last group to true
end command
executing at 5:31:14 PM
Type Chunk: error in object expression
Object kiosk
Line group vSelectedButton
Hint button "Appetizers" and button "Beverages" and button "Breakfast" and button "Dessert" and button "Main Dish" and button "Side Dishes" and button "Soup"
Thanks.


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to