DISP_PARTS : Displays one or more strings or variables in parts. Expression arguments are evaluated and the results displayed. Displaying contents in parts, so output file not closed at the completion of the command and GUI client program is not notified of newly entered data.

syntax: disp_parts <value>, <value>...
with valid values being one of: "<string>" OR <variable> OR
<expression>

If <value> is an expression, it is evaluated and then displayed. If <value> is text enclosed within quotes, it is displayed as it is entered. For example,

DISP_PARTS "THE ANSWER IS: ",5/2

displays: THE ANSWER IS: 2.5

The output file is not closed and the GUI client program of the calculator is not notified of the newly entered contents until the END_DISPLAY program command is executed. This is useful when displaying large amounts of text data all at once rather than one piece at a time.