IB Statements/DOSRW
From CometWiki
(Difference between revisions)
Badge (Talk | contribs)
(New page: '''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 ...)
Newer edit →
(New page: '''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 ...)
Newer edit →
Revision as of 13:30, 22 May 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:
Read From a DOS File Write to a DOS File Send a Message to All Terminals Send a Message to Another Terminal