DESIGNATES THE SYSTEM OBJECT NUMBER N AS THE RECEIVER OF THE "PRINT" COMMANDS
ACTION
The command PRINT_TARGET_IS N designates the system object number N which will receive the "PRINT" commands. The designated system object must be of type : SCENE3D, EDIT, MEMO, COMBO, FORM, LIST, PICTURE.
The system object becomes the "PRINT target" system object.
By default, the "PRINT target" system object is : FORM number 0.
SYNTAX:
PRINT_TARGET_IS N
USE ERROR EXAMPLE
rem create a picture
picture 1
rem designate this system object as print target
print_target_is 1
rem print on the PICTURE
print "Hello !"
PRINT_TARGET_IS
PRINT_TARGET_IS N
SEE ALSO
EDIT
MEMO
COMBO
FORM
LIST
PICTURE
NUMBER_PRINT_TARGET