MMB4W - blit, programming or hardware error - help
Author
Message
phil99
Guru
Joined: 11/02/2018
Location: AustraliaPosts: 2398
Posted: 09:25pm 05 Feb 2025
manual said
INPUT ["prompt$";] var1 [,var2 [, var3 [, etc]]]
Will take a list of values separated by commas (,) entered at the console and will assign them to a sequential list of variables.
INPUT #nbr, list of variables
Same as above except that the input is read from a serial port or file previously opened for INPUT as ‘nbr’. See the OPEN command.