Xbasic
A_CURRENT_FIELD.NAME_GET Function
Syntax
Field_Name as C = A_CURRENT_FIELD.NAME_GET()
Arguments
- Field_Name
The name of the current field.
Description
Returns the name of the current field
Discussion
The A_CURRENT_FIELD.NAME_GET() method returns the name of the current field. It is only useful when writing Field Rule scripts to respond to events.
See Also