Mark, toupper is a function - you're treating it as a command:

put toupper(char vUpperMe of tText)  into char vUpperMe of tText

Best,

Mark

On 27 Nov 2008, at 00:45, Mark Swindell wrote:

I'm confused why this portion of a script refuses to run. It runs fine from the message box. Any ideas?


        put 4 into vUpperMe
        toupper(char vUpperMe of tText) -- it breaks here at toUpper

Error 573:      Handler: can't find handler
Hint :  repeat: error in statement
Error at        char 1 of line 29 in handler mouseUp
Code:   toupper


Thanks,
Mark

_______________________________________________
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

_______________________________________________
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

Reply via email to