toUpper (or not toUpper)?
Mark Swindell
mdswindell at cruzio.com
Wed Nov 26 21:08:35 EST 2008
MuchÃsimas gracias. I knew it was a function, but wasn't sure how to
deal with what was returned. The message box auto-inserted a "put."
Mark
On Nov 26, 2008, at 4:58 PM, Mark Smith wrote:
> 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
>> use-revolution at 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 at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list