This version is out of date, covering development as far as v4.2.5. It is maintained here only for inbound reference links from elsewhere. Jump to the current version of aTbRef. |
A Tinderbox Reference File : Export Codes : Export Codes - Full Listing : ^action( action ) |
^action( action ) |
^action( action )^
This code (new in v4.0.0) performs any action, or list of actions, that could be performed by an agent or rule. The action is performed immediately. ^action^ does not export anything itself. For example:
^action(Color=red)^ ^get(Color)^
will change the color of the exported note to "red" and export "red".
This allows manipulations for export use without needing to, for instance, hold the value in a user attribute first.
Also see ^value( expression )^.
The internal equivalent is a normal action/rule statement, i.e. there is no point in using ^action^ internally. However, if you want some logic during export to change an internal attribute value (e.g. exported notes having a new color), then use ^action^ in the context of your export codes.
Up: Calculation | |
Next: ^count( group, attribute[, precision] )^ |
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]