FileWidth Procedure

   
FileWidth Procedure

Class

Microsoft.VisualBasic.FileSystem

Syntax

 FileWidth(   filenumber, recordwidth   ) 
filenumber (required; Integer)

Any valid file number

recordwidth (required; Numeric)

A number between 0 and 255

Description

Specifies a virtual file width when working with files opened with the FileOpen function

Rules at a Glance

  • 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.

VB.NET/VB 6 Differences

The FileWidth procedure is new to VB.NET.

See Also

FileOpen Procedure

   


VB.Net Language in a Nutshell
VB.NET Language in a Nutshell
ISBN: B00006L54Q
EAN: N/A
Year: 2002
Pages: 503

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net