Since vbscript does not support enumerations, is there any work arround to face this problem?
I have this code:
Private Enum dataType
dt_Nothing
dt_Boolean
dt_Decimal
dt_Double
dt_Integer
dt_string
dt_Array
dt_NetJSON
End Enum
Thanks in advance!