Anomolous is among

Brian Yennie briany at qldlearning.com
Fri Jul 22 23:47:49 EDT 2005


Even simpler:

put " " into x
answer "planets" is among the words of " "   => TRUE
answer "planets" is among the words of x    => FALSE

It looks like it has to do with using string literals in the statement, 
and chokes on empty words.

- Brian




More information about the use-livecode mailing list