[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR 'wrtite' command
- Subject: Re: SQR 'wrtite' command
- From: Bob Buford <bbuford@CCCI.ORG>
- Date: Mon, 4 Jan 1999 15:02:40 -0500
Bill,
Take a look at your first WRITE command following this OPEN command. That is where you are most likely sending a blank line. Check out what the character is (Programmer's File Editor or similar program can help here); that could give a clue as well.
The OPEN command as you wrote it here would not issue a line-feed.
Best regards,
Bob
>>> Bill Winkfield <bwinkfield@GIA.EDU> 01/04 12:46 PM >>>
Hello all,
I'm using the following structure to create a data file with version 3
of SQR. I can write a new file with no problem, but it is inserting a
blank line at the beginning of the file, which I don't need. Has anyone
encountered this problem or have a clue as to a solution.
open 'e:\psoft\final\fshift\fsheader.dat' as 3
for-writing
record=200
status=#open3
Thanks in advance.
Bill Winkfield