[TOC] [Prev] [Next] [Bottom]



<@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



[TOC] [Prev] [Next] [Bottom]



docs@pervasive.com

Copyright © 1998, Pervasive Software Inc. All rights reserved.