The text of this article is not in this database — only its details are. Read it on the old site: Exploring VB.NET Arrays
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: Exploring VB.NET Arrays
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
May MaungPosted Apr 27, 2009, 9:47 PM
Very very helpful for me. Please write more if you have further findings. Thank you .......
rahul nijhawanPosted Mar 10, 2008, 2:13 AM
I want an equivalent for UBound in VB.Net. Dim arr as String arr="123456" Dim brr as String brr=Ubound(arr,2) I want to convert above in VB.Net
karthick babuPosted Dec 5, 2007, 11:44 PM
In this article we initialize the value at design time. Can u explain how to store values in array variables at runtime. I get value from text box and stored in variable then clear the text box, next value get from same text box stored in next index of the array variable. I try in two dimension array. I get value from text box and stored in (0,0) after i clear the text, no values can be stored after that. Let me know any example it will great help to me.
Saba bathiPosted Nov 29, 2006, 5:06 AM
Dear sir, Please explain , How to add a picture file in an Access database as well as retrieving also. Using Vb.Net Thank You.