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>nnetqusers()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETQUSERS()
 Determines the list of queue users
------------------------------------------------------------------------------
 Syntax

     NNETQUSERS(<cQueue>,[<cServer>|<nConId>])
        --> aQBenutzer

     Netware: 2.2 and 3.11

 Arguments

     <cQueue>  Designates the print queue.

     <cServer>  Designates the name of the file server used.  Your
     workstation must be attached to <cServer>.

     <nConId>  Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NNETQUSERS() returns a one-dimensional array that contains the names of
     the users of <cQueue>.

 Description

     NOVELL NET QUEUE USERS
     NNETQUSERS() allows you to determine the users of <cQueue>.

 Note

     .  NNETQUSERS() is a high level function based on the low level
        functions of the bindery access.  The CA-Clipper source code can be
        found on the product disks.

 Example

     Determine and display the users for the print queue QUEUE1:

     aUser=NNETQUSERS('QUEUE1')

     FOR i=1 TO LEN(aUser)
        ? aUser[i]
     NEXT i

See Also: NNETQOPS()

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