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

Re: SQR 'wrtite' command



Nothing there should be causing a blank record.  Put a show statement in
front of your 'writes' to make sure you aren't executing one without
realizing it.

At 09:46 AM 1/4/99 -0800, you wrote:
>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