| Author |
Array probm
|
kalai sundar
Ranch Hand
Joined: May 25, 2005
Posts: 59
|
|
|
schedulevo[] sha is my array, i wnat to print the size of the array, how to do plz hepl me
|
 |
lalit upadheyay
Ranch Hand
Joined: Jun 20, 2005
Posts: 110
|
posted

0
|
Originally posted by kalai sundar: schedulevo[] sha is my array, i wnat to print the size of the array, how to do plz hepl me
quite simple. use sha.length after creating the array. schedulevo[] sha; statement just declares it but the array is not created.
|
SCJP1.4, SCWCD1.4, SCBCD5.0(working on...)
|
 |
Abdulla Mamuwala
Ranch Hand
Joined: Jan 09, 2004
Posts: 225
|
posted

0
|
|
|
 |
 |
|
|
subject: Array probm
|
|
|