back to Table of Contents


SetPrintMode (sub)

Does set the print mode according to the given mode number. The possible modes are equal to the results of the _PRINTMODE function. Ie. you can save the current print mode into a variable using the _PRINTMODE function, then change the mode as needed for your outputs, and later you can easily restore the old print mode by passing the saved value to this function.


SYNTAX:

SetPrintMode pm%

INPUTS:

pm% (INTEGER)


MODE CONSTANTS:

pmKEEP%

pmONLY%

pmFILL%


back to Table of Contents