April 2002
Intermediate to advanced
688 pages
19h 51m
English
FileWidth Procedure
Microsoft.VisualBasic.FileSystem
FileWidth(filenumber, recordwidth)filenumber (required; Integer)Any valid file number
recordwidth (required; Numeric)A number between 0 and 255
Specifies a virtual file width when working with files opened with the FileOpen function
recordwidth defines the number of
characters that can be placed on a single output line.
The default recordwidth of 0 denotes that
there is no limit to the number of characters that can be placed on a
single output line.
The FileWidth procedure is new to VB.NET.