how to write a code for struct array
shadowrider 0 Newbie Poster
Recommended Answers
Jump to Posthow to write a code for struct array
google?
Jump to PostHey Shadowwrider,
<code>
ArrayList ar = new ArrayList();
object[] myarray = new object[2];
</code>ArrayList comes from the System.Collection name space. I find it very useful, and will show you how to use the array or arraylist. Above I declare both for your consideration. Notice that for the …
All 5 Replies

iamthwee
RwCC 56 Junior Poster
JerryShaw 46 Posting Pro in Training
abhisek.verma 0 Newbie Poster

iamthwee
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.