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>nnetmsgcnt()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETMSGCNT()
 Determines the number of messages in the broadcast buffer
------------------------------------------------------------------------------
 Syntax

     NNETMSGCNT() --> nNumber

     Netware: 2.2 and 3.11

 Returns

     NNETMSGCNT() returns the number of messages in the broadcast buffer.  If
     the broadcast buffer is empty, the function returns 0.

 Description

     NOVELL NET MESSAGE COUNT
     NNETMSGCNT() allows you to determine the number of messages in the
     broadcast buffer.  If the broadcast buffer is empty, or if the broadcast
     system is not installed, the function returns 0.

 Example

     Read and display all the messages from the broadcast buffer:

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

See Also: NNETMSGOPN() NNETMSGRD() NNETMSGSIZ()

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