Creating New Files with blank lines

General development discussion.

Moderators: Susan Smith, admin, Gabriel

Post Reply
John
Posts: 555
Joined: Sun Apr 26, 2009 8:27 am

Creating New Files with blank lines

Post by John »

(delete this entry)
Last edited by John on Tue Sep 14, 2010 1:49 pm, edited 1 time in total.
gtisdale
Posts: 218
Joined: Sun Jun 07, 2009 7:54 am
Location: Concord, Massachusetts
Contact:

Post by gtisdale »

If you are producing a DISPLAY file and you want a blank line then output a CRLF (for Windows or LF for Linux).

On the otherhand, if you want a line filled with blanks then open the file EXTERNAL, with the requied line length and print your V 256 (or whatever length you want) or print V 1 and you will srtill get a 256 of whatever length your specified record is, line.

A display file truncates any trailing blanks.

FNGeorge
Post Reply