[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

RE: [sqr-users] span 2 lines



SQR statements can go on and on, line after line, without any indication to
the compiler that you are doing so.  Apparently, the compiler is clever
enough to continue a command until a line starts with another command.

-----Original Message-----
From: Ben Anderson [mailto:pegandersonbd1@hotmail.com]
Sent: Monday, March 24, 2003 12:22 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] span 2 lines


Hi all,
is there a way to continue an SQR statement onto another line?  For instance

I have a long string that I want to put into a variable and I've been doing 
this:

let $temp = 'blah balh'
let $temp = $temp || 'more more '

Is there a way that I can do something like this:
let $temp = 'blah blah' || \
            'more more'

Thanks,
Ben Anderson

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.  
http://join.msn.com/?page=features/virus

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users