Hello,
I got the following code:
The array in my function ReadISINs is filled, but now I cant get jData filled because I need to redim it first.
Given that I dont know how big it should be, how can I tell him to be the same size as ReadISINs array?
Thanks in advance!
I got the following code:
Code:
jData() = ReadISINs(HTMLDoc.body.innerHTML)
The array in my function ReadISINs is filled, but now I cant get jData filled because I need to redim it first.
Given that I dont know how big it should be, how can I tell him to be the same size as ReadISINs array?
Thanks in advance!