Does anyone know how to covert a string to an int in ASP ?
i have a list of strings such as 01, 02, 03, 04, 05... ...09, 10, 11, 12 etc.
if the string to convert is 02 for example i want it to convert to 2 as an int, but if its 12 for example i want it to convert to 12 as an int...
i tried val(string) but i dont think that is valid in asp.
i have a list of strings such as 01, 02, 03, 04, 05... ...09, 10, 11, 12 etc.
if the string to convert is 02 for example i want it to convert to 2 as an int, but if its 12 for example i want it to convert to 12 as an int...
i tried val(string) but i dont think that is valid in asp.