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();

1 Reply

  • AlexKaras's avatar
    AlexKaras
    Icon for Champion Level 1 rankChampion Level 1
    Hi,



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