Group Printer and Forms
NnetPDev()
Retrieves the names of defined print devices.
NnetPDev( [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> aDeviceNames
NnetPFlen()
Retrieves the page length of a defined form (Lines Per Page)
NnetPFlen( <cFormName>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> nLinesPerPage
NnetPFnum()
Determines the number of a defined form from its name.
NnetPFnum( <cFormName>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> nFormNumber
NnetPForms()
Retrieves the names of defined forms.
NnetPForms( [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> aFormNames
NnetPFunCo()
Retrieves escape sequences of a device function for a defined device.
NnetPFunCo( <cDeviceName>, <cDeviceFunctionName>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> cEscapeSequence
NnetPFuncs()
Retrieves names of device functions for a defined device.
NnetPFuncs( <cDeviceName>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> aFunctionNames
NnetPFwdth()
Retrieves the page width of a defined form (Characters Per Line)
NnetPFwdth( <cFormName>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> nCharactersPerLine
NnetPModes()
Retrieves names of print mode definitions for a defined device.
NnetPModes( <cDeviceName>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> aPrintModeNames
NnetPModFu()
Retrieves the names of device functions contained in a mode definition.
NnetPModFu( <cDeviceName>, <cPrintModeName>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> aDeviceFunctionNames