Bug with token chunk type?
Bill Marriott
wjm at wjm.org
Mon Mar 19 23:03:52 EDT 2007
It appears that only the letters a,b,c,d,e,f, and x operate the way you are
expecting.
on mouseUp
repeat for each char x in "abcdefghijklmnopqrstuvwxyz"
put "111" & x into wholeThing
put ">" & token 1 of wholeThing & "<" & return after fld 1
end repeat
end mouseUp
>> put token 1 of "s800"
>> ...returns "s800", but this:
>>
>> put token 1 of "800s"
>> ...returns "800".
>>
>> bug?
More information about the use-livecode
mailing list