DOSRW
From CometWiki
(Difference between revisions)
(New page: '''DOS direct calls: DOSRW''' '''Syntax:''' <br> DOSRW(string-1,string-2,numeric-argument,format-label) [,EXCP=statement-label] '''Discussion:''' <br> The DOSRW statement serves as a ...) |
|||
(One intermediate revision not shown) | |||
Line 2: | Line 2: | ||
'''Syntax:''' <br> | '''Syntax:''' <br> | ||
- | DOSRW(string-1,string-2,numeric-argument,format-label) [,EXCP=statement-label] | + | DOSRW(string-1,string-2,numeric-argument,format-label) [,EXCP=statement-label] |
+ | |||
'''Discussion:''' <br> | '''Discussion:''' <br> | ||
The DOSRW statement serves as a means of reading and/or writing a DOS file from within an Internet Basic program.<br> It can also be used to send a message to another terminal. | The DOSRW statement serves as a means of reading and/or writing a DOS file from within an Internet Basic program.<br> It can also be used to send a message to another terminal. | ||
+ | |||
'''Examples:''' | '''Examples:''' | ||
- | *Read From a DOS File | + | *[[Read From a DOS File]] |
- | *Write to a DOS File | + | *[[Write to a DOS File]] |
- | *Send a Message to All Terminals | + | *[[Send a Message to All Terminals]] |
- | *Send a Message to Another Terminal | + | *[[Send a Message to Another Terminal]] |
Latest revision as of 10:18, 13 June 2009
DOS direct calls: DOSRW
Syntax:
DOSRW(string-1,string-2,numeric-argument,format-label) [,EXCP=statement-label]
Discussion:
The DOSRW statement serves as a means of reading and/or writing a DOS file from within an Internet Basic program.
It can also be used to send a message to another terminal.
Examples: