Hi all, I have confront the problem when I assign the integer variable into the array form, can somebody tell me how to solve it?
Example vbscript:
temvar="10" ' Declare the variable and assign it
avar=CINT(temvar) ' Convert the variable into integer
' How should I do if want to put the "avar value" inside the ******** Array places?
Dim myArray(******)
Thank you.
Example vbscript:
temvar="10" ' Declare the variable and assign it
avar=CINT(temvar) ' Convert the variable into integer
' How should I do if want to put the "avar value" inside the ******** Array places?
Dim myArray(******)
Thank you.