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

     NNETQOPS(<cQueue>,[<cServer>|<nConId>]) --> aQOps

     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

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

 Description

     NOVELL NET QUEUE OPERATORS
     NNETQOPS() allows you to determine the operators of <cQueue>.

 Note

     .  NNETQOPS() 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 operators for the print queue QUEUE1:

     aOps=NNETQOPS('QUEUE1')
     FOR i=1 TO LEN(aOps)
        ? aOps[i]
     NEXT i

See Also: NNETQUSERS()

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