| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Aug 2005
Posts: 614
![]() ![]() ![]() | asp.net arrays Hello - me again! Okay... I am learning ASP.NET from a book and just want to make sure I'm on the right tracks. So imagine I created an array like: Dim intArray() As Integer = {{1,2}, {2,3}} and I used a variable: Dim intArrayA As Integer intArrayA = intArray(0,1) which would mean that intArrayA has the value 2? And it would be the same kind of deal if I did this instead: intArrayA(1,1) which would have the value 3? ????: NamePros.com http://www.namepros.com/programming/401160-arrays.html Okay. If that is the case if I made a new array like: Dim newArray(1,2) would it be newArray(1, 2) = {{1, 2}, {1, 2, 3}} I'd appreciate any help on this .Cheers.
__________________ My personal tech blog
Last edited by abc123ben; 11-29-2007 at 08:11 AM.
|
| |