How Can We Help?
$fileprint
Prints a text or bitmap file.
Syntax
$fileprint(filename[,filetype])
Parameters
filename | a character string or an expression that evaluates to a character string |
filetype | a number that determines if the file is a text file (0) or a bitmap file (1) |
Return Value
The $fileprint function returns “1” ($True) if no errors were detected before the print job was submitted. Otherwise, it returns “0” ($False).
Comments
Bitmap printing is available only in the Windows environment.