SimonTheSponge
Programmer
Hi I'm using an ActiveX script. I would like to explicitly declare a variable as a string, but activex scripting does not appear to like
dim variable as [string/integer/boolean/whatever]
All variables seem to have to be declared as without a datatype essentially making them variants
Am I missing something ?
dim variable as [string/integer/boolean/whatever]
All variables seem to have to be declared as without a datatype essentially making them variants
Am I missing something ?