SETUP_PRINTER()
PURPOSE
This function displays a standard Windows printer setup dialog box.
NO OTHER PARTS
RETURN TYPE - A
Returns the name of the printer. If the receiving field is too short the returning value will be truncated.
NOTE: If the user presses the Cancel button the function will return a blank string.
COMMENTS
This will not set the default printer. It will only allow you to make changes to printers you have access to through your computer.
SEE ALSO
EXAMPLE
define x type a size 250
x = SETUP_PRINTER()
// X = HP LaserJet 1100
Page url: http://www.cassoftware.com/tas/manual/setupprinter().htm