Name

Print, PrintLine Procedures — Microsoft.VisualBasic.FileSystem

Synopsis

Print(filenumber, [outputlist(  )])
PrintLine(filenumber, [outputlist(  )])
filenumber required; Integer

Any valid file number.

outputlist optional; Parameter Array

A comma-separated list of expressions to output to a file. outputlist can be either a scalar variable, a list of comma-delimited expressions, or a parameter array. Its comma-delimited expressions or parameter array can include the following:

Spc(n) optional

Insert n space characters before expression.

Tab(n) optional

Position the insertion point either at the next print zone (by omitting n) or at column number (n).

expression optional; any

The data expression to output.

Description

Outputs formatted data to a disk file opened for Append or Output

Get VB.NET Language Pocket Reference now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.