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: CATCHATC: CATCH

ATC: CATCH FOR nnn Target This command prevents the script from failing when non-critical situations (such as “file not found”) arise. By default, an alert is still sent. FOR nnn

ATC: EXIT LOOPATC: EXIT LOOP

ATC: EXIT LOOP This command exits the current ATC: FOREACH loop. It is usually used within an ATC: IF block. Example ATC: FOREACH DocAttachedFile BY CheckOutStatus WITH CheckOutStatus <> 'H'