Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetmsgclo()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETMSGCLO()
 Reads the message buffer and uninstalls the broadcast system
------------------------------------------------------------------------------
 Syntax

     NNETMSGCLO() --> lClosed

     Netware: 2.2 and 3.11

 Returns

     NNETMSGCLO() returns .T. if an installed broadcast system has been
     uninstalled successfully.

 Description

     NOVELL NET MESSAGE BUFFER CLOSE
     A call of NNETMSGCLO() discards all messages in the broadcast buffer and
     uninstalls the broadcast system.  After a call of NNETMSGCLO(), future
     messages are displayed in line 24 of the screen and must be confirmed by
     pressing <Ctrl><Return>.

 Example

     Read all the messages and close the buffer:

     FOR i = 1 TO NNETMSGCNT()
     ? NNETMSGRD()
     NEXT i
     NNETMSGCLO()

See Also: NNETMSGOPN() NNETMSGRD()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson