Name

FilePut, FilePutObject Procedures — Microsoft.VisualBasic.FileSystem

Synopsis

FilePut(filenumber, value, [recordnumber])
FilePutObject(filenumber, value, [recordnumber]) 
filenumber required; Integer

Any valid file number

value required; any (object for FilePutObject)

The name of the variable containing the data to be written to the file

recordnumber optional; Integer

Record number (for random access) or byte number (for binary access) at which to begin the write operation

Description

Writes data from a program variable to a disk file.

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.