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" <[EMAIL PROTECTED]>
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
> [email protected]
> Please visit this url to subscribe, unsubscribe and manage your subscription
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
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

Reply via email to