[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
No Subject
Bruce,
Try adding a variable that has a value of 10 spaces and include it in your
PRINT command:
$10SPACES = ' '
In your WRITE statement, append the $10SPACES variable as follows:
WRITE 1 FROM $MYVAR:10 $10SPACES:10
-Holger
-----Original Message-----
From: Discussion of SQR, Brio Technology's database reporting
language [mailto:SQR-USERS@list.iex.net] On Behalf Of Bruce Butterfield
Sent: Thursday, August 24, 2000 11:58 AM
To: SQR-USERS@list.iex.net
Subject:
Hi my friends
I am building a text file to send to a purchased application and need
to append 10 spaces to the end of every line. ( this is required by
the target application). I have tried several ways in sqr 3 but have
not been successful. I can put the needed spaces on the line if there
is another character at the end but that makes the file un-readable to
the target application.
thanks
bruce
- References:
- No Subject
- From: Bruce Butterfield <bbutterfield@WEST.RAYTHEON.COM>