Text and not text in a string
Jim Ault
JimAultWins at yahoo.com
Sun Sep 21 03:18:02 EDT 2008
Good catch, Stephen. Old habits, but cross-platform is the way to go.
Correction made :-)
Thanks,
Jim Ault
Las Vegas
On 9/21/08 12:10 AM, "Stephen Barncard" <stephenREVOLUTION2 at barncard.com>
wrote:
> 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
> - - - - - - - - - - - -
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list