NOP Design Home Page
Documentation
TOC/Index
Search
Downloads



ParameterName

Returns the name of a script parameter

ParameterName returns the string name of the parameter specified in the first (integer) argument.

Sample Source

strName := ParameterName 1

Say "The first parameter is named: " + strName

Related Function(s):
   NumberOfParameters; Parameter; ParameterCount;

Minimum version: 4.0