August 2001
Intermediate to advanced
656 pages
18h 5m
English
FileWidth Procedure
Microsoft.VisualBasic.FileSystem
FileWidth(filenumber, recordwidth)filenumber
Use: Required
Data Type: Integer
Any valid file number
recordwidth
Use: Required
Data Type: 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.
Read now
Unlock full access