| INPUT# Statement | Reference/Commodore BASIC V3.5
INPUT# file number,variable list
This is similar to the INPUT statement, but instead of getting data from the keyboard, it is taken from a device or file opened with the OPEN statement.
No prompt string is allowed with INPUT#.
This statement can only be used within a program. If it is used in direct mode, an ?ILLEGAL DIRECT ERROR will occur.
INPUT# 2,A$,B,C% Gets data from file 2
I SHIFT+N |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |