|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Array length
How to find the array length?
|
|
#2
|
|||
|
|||
|
ubound
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
|||
|
|||
|
Can you givem e an example?
|
|
#4
|
|||
|
|||
|
arrLen = Ubound(myArray)
Assuming by length you want to know the number of array nodes in an array. In VB array indices start at 0, so if UBound returns 5 there are 6 elements. |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Array length |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|