CalcIt Commands

SETOUTPUT(FormVar, MemoID)

Redirects the output of commands PRINT and PRINTARR from the Scratchpad output window (or default output window in case of CalcIt executables Files) to the Memo control the user chooses in its own provided forms.

  • FormVar. Form variable that contains the Memo control
  • MemoID. The ID of the Memo control that will get the output

NOTE: Only Memo controls are accepted by this command.

See also Using File variables

Go Back