<@CURRENTACTION [ENCODING=encoding]>
Returns the name of the currently executing action. This meta tag can be useful for debugging application files.
<@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.