On Jan 21, 2004, at 3:52 PM, Barry Levine wrote:


I have a button with the following script:

on mouseUp
  shell (field "theImageToCreate")
end mouseUp

When the script executes, I get an error. Here's the error dialog info:

The examples in the Transcript Dictionary are misleading because shell is a function not a command! so you can't ignore the return value. Try this instead:


get shell(field "theImageToCreate")

--
Alex Rice | Mindlube Software | http://mindlube.com







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

Reply via email to