I'm curious - what's the advantage over 'put "a" after string' ?
Best, Mark On 14 Jul 2007, at 19:48, David Bovill wrote:
on mouseUp
repeat 0
addAnA string
end repeat
put string
end mouseUp
on addAnA @string
put "a" after string
end addAnA
_______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
