Login
Plus/4 EncyclopediaFirstBackNextLast

INPUT# Statement
Category
Reference/Commodore Basic V3.5

Topic
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.

Examples
INPUT# 2,A$,B,C% Gets data from file 2

Abbreviation
I SHIFT+N



Copyright © Plus/4 World Team, 2001-2024