Hi, I'm reading a string from an array and need to change it into a numerical value so that I can do some calculations with it. I have used CInt() but keep getting errors. What I need is the VBScript equivalent of Javascripts' parseInt command. The code is below:
d1=CInt(Mid(dateAr(i),1,2))
The array definitely only contains numbers in its strings. Many thanks in advance ASCII silly question, get a silly ANSI
d1=CInt(Mid(dateAr(i),1,2))
The array definitely only contains numbers in its strings. Many thanks in advance ASCII silly question, get a silly ANSI