PLGetParameterName

<< Click to Display Table of Contents >>

Navigation:  PipeLay > Excel Add-In > Function Reference > General Functions >

PLGetParameterName

Previous page Next page

PURPOSE

Retrieves the Name of the specified parameter.

SYNTAX

PLGetParameterName( ParamNo )

PARAMETERS

ParamNo (Integer)

The parameter number to retrieve the name for. See Parameter Types for a complete list.

OUTPUT

The parameter name as a character string or "Invalid parameter" if ParamNo is out of range.

SEE ALSO

Parameter Types

PLGetValue

Back to Table of Contents