ATC: ADD COMMENT description

This command adds a comment/remark to the current target document.

  • description is required. The freeform description can be any text and can include spaces

Note: to format the newly added comment/remark, use the ATC: SETHTML command and use TargetRow to reference the comment/remark.

Examples

ATC: ADD COMMENT Way too cool
ATC: SETHTML TargetRow.Note = Way too cool

The above example means “add the remark ‘Way too cool’ formatted as shown.”

ATC: ADD COMMENT below
ATC: SETHTML TargetRow.Note = Way too cool

The above example means “add the remark ‘Way too cool’ formatted as shown.”  ATC: SETHTML overrides the original comment.


Last updated: November 8, 2016 at 14:02 pm; green text = new

Related Post

ATC: RELEASEATC: RELEASE

ATC: RELEASE option This command immediately releases (sends on to the next routee) another document that is currently routed to “Spitfire.” option is optional. There are several options but you

ATC: ALERTATC: ALERT

ATC: ALERT [user] TITLE title; free-form-text This command sends an alert with free-form text to a specified user. [user] is required. It specifies the person to receive the alert. Square brackets

ATC: FOREACHATC: FOREACH

ATC: FOREACH table  state BY sortfield WITH filter; This command begins a block of commands that will repeat once for each row in the specified table (that matches the filter).