Function NnetJTabs() Foundation

Retrieves or sets the tab width for a print job.

Syntax
NnetJTabs( <cPrintQueueName>         , ;
           <nPrintJobNumber>         , ;
           <nTabWidth>               , ;  // Default: NIL
           [<cFileServer|nConnectID>]  ;  // Default: NnetSname()
         ) --> nTabWidth
Return

Returns the number of spaces a tab (Chr(9)) is expanded to when printing text jobs. A value of 0 indicates no tab expansion and -1 is returned in case of an error.

Description

Note that <nPrintJobNumber> is not a sequential number of print jobs but a unique value used to identify a job. It can be retrieved using NnetCapJob() or NnetJList().

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.