Creates combination fields, those that are either numeric formulas or string concatenation. The resulting field object reacts to a REGEN command and updates to reflect the results of the source annotations.
Keyboard Command: AnnFldCom
Item | Objects (Type) | Description |
---|---|---|
Add: | Two (Numeric) | These are added together in a newly created field. |
Subtract: | Two (Numeric) | The second one is subtracted from the first a newly created field. |
Multiply: | Two (Numeric) | These are multiplied in a newly created field. |
Divide: | Two (Numeric) | The first one is divided by the second in a newly created field. |
Total: | Multiple (Numeric) | All the values selected are added in a newly created field. |
Join: | Multiple (Any) | The annotation strings are concatenated in the order selected, so use care to get the desired sequence. Allows for a single separator string placed between each selected annotation. |