Product DocumentationDeveloper GuidesODSL LanguageFunctionsAll FunctionstypeOfOn this pagetypeOfReturns a String with the type name of a variableSyntaxtypeOf(Any Var)DescriptionThe typeOf function returns the string name of the type of variable of the passed in variableExamplea = "Hello"print typeOf(a)Scalar