Forum Discussion

giovanni_esposi's avatar
giovanni_esposi
Occasional Contributor
13 years ago
Solved

GetType()

Is it possible to get the type of a variable? Something like this: var a = "string"; a.GetType();
  • AlexKaras's avatar
    13 years ago
    Hi,



    See the help for the BuiltIn.VarType() function.