NUMBER_PRINT_TARGET

NUMBER_PRINT_TARGET

RETURNS THE SYSTEM OBJECT NUMBER WHICH IS THE PRINT "TARGET"

  • Type: System Variable
  • Parameter: 0
  • Group: System

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

  • The system variable NUMBER_PRINT_TARGET is used to know the system object number which is the print "target".

ERROR

  • None.

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

SEE ALSO

PRINT_TARGET_IS