Results 1 to 5 of 5

Thread: question related to array

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2006
    Posts
    266

    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
  •  



Click Here to Expand Forum to Full Width