I have a few numeric values in string format,
i need to convert the nos into integer so that i can use them for comparision
e.g
taken the month as 3, but in string it needs to be converted into integer for conversion,
how do i go about in VBscript
thanks