Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
INPUT$ Function QuickSCREEN
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
INPUT$ - a file I/O function that returns a string of characters
read from the specified file
Syntax
INPUT$(n[,[#]filenumber])
■ n, a numeric expression, is the number of characters to read from
the file
■ If the optional filenumber argument is not used, characters are read
from the DOS standard input device (see ◄Details►)
■ If used, filenumber must be the number of an open file
See Also ◄OPEN►