How about this rule:
Transcript fails when determining if a word is among the words of a
string literal WHEN:
The string literal ends with <space> AND, in the case of a chunk
expression, includes that last space.
In any case, it definitely looks like a bug and smells of some check
for end-of-string, next-word, and NULL going wrong in the engine...
Yeah. But it seems to be a little more involved than that:
put "planets" is among the words of char 4 of "1 2 "
==> true
put "planets" is among the words of char 2 of "1 2 "
==> false
Weird.
on mouseUp
constant x = " "
put "planets" is among the words of x
end mouseUp
==> true
_______________________________________________
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