AftPeakTank
Member
- Joined
- Apr 21, 2010
- Messages
- 8
- Programming Experience
- Beginner
Please help...
i use to pass data easily in vbscript jagged arrays like this:
now in vb.net doesnt work....is there a similar syntax to use?
i use to pass data easily in vbscript jagged arrays like this:
VB.NET:
arrSigns(1)=array(1,1)
now in vb.net doesnt work....is there a similar syntax to use?