CalcIt Commands

PRINT(...)

Outputs text in special windows. By default the text goes to the scratchpad top window . Calculations have the option to activate a private output window and then the text goes there. PRINT takes one or more parameter separated by commas. Every parameter can be an expression and its returned value is printed to the output window. e.g.

print('The total is: ',Total);

Special formatting abilities can be applied for every parameter. See String formatting.

See  MSG, PRINTF, Printing in Color and Style

Go Back