Hi All,

I got one issue to ask you guys.

Here is a code in my VB6 application.

Array(1,"P11","@P 100", "NEXT")

However, now I'm converting this program to VB.Net and I'm stuck at this point.
Can't find Array(xxx,xxx,xxx) in VB.Net 2010.

Is there any option or function for this?

Thanks.
scsfdev