Try this:

local myStatement

put "menuItem " & quote "New Card" & quote & " of menu Object" into myStatement
do myStatement

Hope this helps,
All the Best
Dave


I pasted the doMenu example from the documentation:

on mouseUp

do menuItem "New Card" of menu "Object"

end mouseUp

And this error results:

Type Chunk: error in chunk expression

Object Button 1

Line do menuItem "New Card" of menu "Object"

Hint (&Object Inspector

Can anyone tell me what the "Hint" means and/or why this script doesn't work?
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to