FileWidth Function
Assigns an output line width to a file opened using the FileOpen function.
Public Sub FileWidth( _ FileNumber As Integer, _ RecordWidth As Integer _ )
|
Exception type |
Error number |
Condition |
|---|---|---|
|
FileNumber does not exist. |
||
|
File mode is invalid. |
See the "Error number" column if you are upgrading Visual Basic 6.0 applications that use unstructured error handling. (You can compare the error number against the Number Property (Err Object).) However, when possible, you should consider replacing such error control with Structured Exception Handling Overview for Visual Basic.
Namespace: Microsoft.VisualBasic
Module: FileSystem
Assembly: Visual Basic Runtime Library (in Microsoft.VisualBasic.dll)