on mouseDown
--Button "Object" = Field
put the label of Button "Object" into theO
--button "stack name" = the name of a open stack
put the label of button "Stack name" into theS
repeat with x = 1 to the number of (theO && "s") in stack theS
do "put" && theO && x && "of stack" && quote & theS & quote && "& return after me"
end repeat
end mouseDown
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
