Prints the specified area of the PASSPORT presentation space to the printer defined in the PASSPORT display session.
ret = PrintPS (StartRow, StartColumn, EndRow, EndColumn)
| ret | Integer,output |
| 0 = OK | |
| Non zero = Error | |
| StartRow | Integer, input |
| The starting row position in the PASSPORT screen. | |
| StartColumn | Integer, input |
| The starting column position in the PASSPORT screen. | |
| EndRow | Integer, input |
| The ending row position in the PASSPORT screen. | |
| EndColumn | Integer,Input |
| The ending column position in the PASSPORT screen. |
This is a PASSPORT command.
Example
Sub
ZMain()
PrintPS 1,1,24,80
End Sub