|
-
Sep 24th, 2006, 11:03 PM
#1
Thread Starter
Hyperactive Member
question related to array
is there any way to find out that how many nodes of an array are filled with some value
for example if i have an array like
String[] strarr = new string[10];
and i have put some values in this array using some loop ... but i dnt know each time how many values would b moved in the array
now i wanna read the array to that point where the last value is stored
can i know this thing
in c#
plz help
Last edited by noshaba; Sep 24th, 2006 at 11:34 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|