GET #
Syntax: GET #channel, intVariable
- channel
- Channel is a integer value between 0 and 9. A channel is associated
with a specific file when a file is opened.
- intVariable
- This is a integer variable which will be used to receive the byte value read from the file associated with the channel.
|