Title: How to make LONG IF statement for Win Rev
Use "\" instead (works on all platforms).
----- Original Message -----
Sent: Monday, August 06, 2001 10:36 AM
Subject: How to make LONG IF statement for Win Rev

Am having a problem with putting together very long if statements that work on Windows.  On the Mac I simply use OPT-L to get the little Allen wrench icon that indicates the line continues on the next line, but when I port these stacks to Windows I get a script error and the debugging window highlights the part of the script where the  and� appears.

How do I string long ifs together in Rev for Windows? Is there an equivalent key combination that works in the Win version??

An example of what I want to do follows:

If the hilite of btn "Choice 1" is true and�
the hilite of btn "choice 2" is false and�
   ---and so on for nine or ten check boxes worth of input to be parsed.
then
do this
else do that
end if.

Thanks.

Marian

Reply via email to