Text and not text in a string

Stephen Barncard stephenREVOLUTION2 at barncard.com
Sun Sep 21 03:10:03 EDT 2008


Actually the "¬" (which I myself have used for 
centuries) has been diminished in favor of "\".
The "¬" is not cross-platform.... it's there for 
backward compatibility with imported HC scripts.

It's not even in the dictionary anymore.

>Two more ways
>... easier readability to use the continuation ¬
>character [ option-L on the Mac ]
>
>if ("Internet" is in tString) ¬
>and not("Work" is in tString) ¬
>and not("Home" is in tString) then
>
>    do this
>end if
>-------------
>if ("Internet" is in tString) and ¬
>not("Work" is in tString or "Home" is in tString) then
>    
>   do this
>end if
>--------------
>
>Jim Ault
>Las Vegas

-- 


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -






More information about the use-livecode mailing list