giovanni_esposi
13 years agoOccasional Contributor
GetType()
Is it possible to get the type of a variable?
Something like this:
var a = "string";
a.GetType();
Something like this:
var a = "string";
a.GetType();
- Hi,
See the help for the BuiltIn.VarType() function.