PrintFile
PrintFile
Prints the specified file to the same printer that the Flex Terminal Emulator session is configured for.
Syntax
App.PrintFile(File)
Parameters
File |
String, input |
|
String containing the name of the file to print, including full path. |
Example
Sub Main()
App.PrintFile("C:\MyFile.txt")
End Sub