I know you are UV, but sometimes UD and UV have commonalities.
Anyway, on UD we can use a pipe "|" as a line continuation.

   IF (TV AND TV2)  OR |
   (TV3  AND TV4) THEN
     CRT 'MATCH'
   END
Doubt if it will work on UV, but worth a try.

Bruce

Bruce M Neylon
Health Care Management Group 




"Norman, David \(SAAS\)" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
08/24/2006 10:11 PM
Please respond to
u2-users@listserver.u2ug.org


To
<u2-users@listserver.u2ug.org>
cc

Subject
[U2] [UV] Continuing Long Lines






I have a complex IF command where the expression being evaluated is
rather long - IF (THIS AND THAT) OR (THIS AND THAT) OR ...
Can I break the expression onto several lines for readability ? I can't
find any reference to a continuation character in the manuals, and just
breaking the expression doesn't compile. I know I can put the THEN
clause on a separate line, but it's the bit between IF and THEN that I
want to split.

========================
David Norman
Senior Software Engineer
SA Ambulance Service
Box 3, GPO
Adelaide, South Australia 5001
*+61 8 8274 0384
fax +61 8 8271 0758
* [EMAIL PROTECTED]
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to