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

Re: [sqr-users] Continous line - no wrap



Yes, just build up your data for the line into a variable and then
write it all out when you have everything included for that line:

  let $outputline = $outputline || ',' || $anotherfield


  write 1 from $outputline...


On Tue, 18 Mar 2003 09:31:05 +1000, you wrote:

>I did try to use the write command but i need to write data to the file for
>the same line, however getting the data from different sqr select statments
>so the data is being written to the file at different times but for the same
>line.
>Do I need to store the information into a variable until i am ready to print
>the whole line? And to give a break between lines do i just create an empty
>variable to write between lines?
>


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