toprint - Send text or figure to the printer (Windows)
toprint('filename') send text file to the printer.
bOK=toprint('filename') send text file to the printer. bOK is %T if file exist.
toprint(['line1','line2',...],'page header')
toprint(num) send the figure with figure_id=num to the printer.
toprint(num,output) send the figure with figure_id=num to the printer.With ouput='pos' or 'gdi' ('gdi' by default)
toprint(['Test','toprint primitive'],'Scilab page header'); scf(4); plot(); toprint(4); toprint(4,'pos');