RETURNS THE SYSTEM OBJECT NUMBER WHICH IS THE PRINT "TARGET"
ACTION
The system variable NUMBER_PRINT_TARGE returns the system object number which is the print "target".
SYNTAX:
NUMBER_PRINT_TARGET in an expression
USE ERROR EXAMPLE
memo 10 : rem create a MEMO
left 10,100 : rem place it at 100 pixels from left edge
wait 1000 : rem wait for 1 second
print number_print_target : rem 0 is printed on FORM0
print_target_is 10 : rem the MEMO is the print target
print number_print_target : rem 10 is printed in the MEMO
NUMBER_PRINT_TARGET
NUMBER_PRINT_TARGET
SEE ALSO
PRINT_TARGET_IS