|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
help please!
hi there,
my first post - cheers to all i have a few questions , if you could help me it would be great,so here goes: Dim alfa() As Integer = {11,40,56,77} the propertie comboio.rank returns ? the propertie comboio.GetLength(0) returns ? the propertie comboio.GetUpperBound(0) returns ? the propertie comboio.GetLowerBound(0) returns ? comboio.Length returns? thanks!!! |
|
#2
|
||||
|
||||
|
Hi, your using an array.
You should no that arrays start from 0 and not 1. Therefore, for the len(0) would return 2 as the first item is 11 |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > help please! |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|