The requested page is not available for selected version.
ArgumentName
Syntax
string ArgumentName (integer nr)
Description
Get the value of the name (header) of an argument.
Parameters
nr
Number of the argument. Note that numbering of arguments starts at zero (column A in the cluster).
Return Value
String value containing the name of the argument (in the cluster this is in the corresponding cell in the row above the argument value in the current action line). This can be an empty string.
Notes
- This function can for example be used to explicitly check if an argument was specified.
- If no name exists, an empty string is returned.