Text variable problem
Ken Ray
kray at sonsothunder.com
Sun May 24 22:30:40 EDT 2009
> I've used put to write the 17th element, ",", g_reg, and another comma, and
> the output was
> Texas,Texas, so it looks like 17th element and g_reg are the same. Is this
> proving the same thing you suggested?
Not exactly; if you have anywhitespace before the 17th element you won't see
it... try writing out a "," before the 17th element and see if you have
anything. The other way is to put length(<the 17th element>) and
length(g_reg) and see if the two lengths are the same.
Ken Ray
Sons of Thunder Software, Inc.
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/
More information about the use-livecode
mailing list