Siebel VB Language Reference > Methods Reference for Siebel VB > File Input and Output Methods >

Set File Width Method


The Set File Width method sets the output line width for an open file. It does not return a value.

Format

Width [#]filenumber, width

The following table describes the arguments that you can use with this method.

Argument
Description

filenumber

The file number that the Open statement uses to open the file. For more information, see Open File Method.

width

An integer expression that specifies the width of the output line. A value of zero (0) specifies that no line length limit exists. The default value is zero (0).

Example

For an example, see Print Spaces Method

Siebel VB Language Reference Copyright © 2015, Oracle and/or its affiliates. All rights reserved. Legal Notices.