Pick up a specified text on several card?

Mark Mitchell mark_mitchell at kmug.org
Thu May 23 09:14:01 EDT 2002


use-revolution at lists.runrev.com writes:
It was the first time I tried "if thisDate is in xLine then". Earlier I 
have tried e.g "if word 1 is thisDate" - but I always got an error 
"Double binary... something".

You have to write
"if word 1 of SOMEContainer is thisDate..."

that should work too.

mark m




More information about the use-livecode mailing list