This line of code
has been working well in Vb6. I tried importing it to VB.net
and is giving me problems.
I would have use a specific number here like
but the number will keep changing and therefore
keeping it as at 5 won't help.
Any idea?
thz
Code:
Dim strOne() as string
and is giving me problems.
I would have use a specific number here like
Code:
Dim strOne(5) as string
keeping it as at 5 won't help.
Any idea?
thz