<@CURRENTACTION>
Syntax
<@CURRENTACTION [ENCODING=encoding]>
Description
Returns the name of the currently executing
action. This meta tag can be useful for debugging application files.
Example
<@ASSIGN NAME=<@CURRENTACTION>_RowCount
VALUE=<@NUMROWS>>
This text could be saved in a text file and
included with <@INCLUDE> to assign the number of rows
returned by the action to a variable whose name includes the action
name.
See Also
Encoding
Attribute
|