INPUT

INPUT Variable [ , Variable ... ]

Reads the standard input, and converts elements separated by space characters or newlines with the Val() function before putting them into the variables.

INPUT # File , Variable [ , Variable ... ]

Same as above, except that the data are read from the stream File.


See also

CLOSE, COPY, Eof, FLUSH, Lof, LINE INPUT, KILL, OPEN, PRINT, READ, RENAME, Seek, SEEK, WRITE


Previous: INC Next: InStr