TIS 6 User's Manual TIS Editor Operator Operators (alphabetical overview) Formula operator (row-by-row) (5.0) XIH Functions XIH.GetParam XIH.GetParam Returns the value object of a TIS TIS Parameters with the specified name. Note that an implicit data type cast is done upon the context of this expression. It is recommended to explicitly cast to the TIS Parameter's data type.SyntaxXIH.GetParam(paramName)ParametersParameterData typeDescriptionSampleparamNamestringString specifies the name of the TIS Parameter."par1"RemarksReturns an object.Examples (int)XIH.GetParam("par1") RelatedTIS ParametersXIH Functions XIH.GetLong XIH.GetParamCaption