paramlabel (Param)

With this function, users gain the ability to set the description text of a parameter to another parameter.

Example:

<br><O N="paramlabelObject1" T="Project"><br> <!-- created by ParamML Examples on 8/10/2023 --><br> <P N="param1" V="1" D="Description of the parameter" /><br> <P N="param2" V="paramlabel(param1)" /><br></O><br>

As illustrated in the provided image, paramlabel() function returns the description text of param1.

Last updated