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

Reply via email to