Problem naming groups with integers - Found word(s) list error in the Text body

Bob Sneidar bobsneidar at iotecdigital.com
Thu May 1 15:01:27 EDT 2014


Every value in LC is a string, that is to say there is no variable typing. The parser determines at runtime how to treat it, and if it can be used as such. I can say PUT “1” + 1 but I cannot say PUT “one” + 1.

Bob S


On Apr 19, 2014, at 09:57 , Stephen MacLean <smaclean at madmansoft.com<mailto:smaclean at madmansoft.com>> wrote:

Thanks Scott!

So, even though I'm enclosing it in quotes, LC still thinks that?

Strange behavior, since it's a string and not a number, but I can deal with it. Change already made:)

Best,

Steve




More information about the use-livecode mailing list