Get Paper Size |
Top Previous Next |
This escape returns the paper size in coordinate format.
Example This code right justifies text CAPTION="Whatever we want to print"
INPUT "";PX,PY
PRINT CAPTION;CHR$(0); INPUT "";TX,TY
PRINT STR(PX-TX);",0";CHR$(0); PRINT CAPTION;
|