hi member i want to make an array at runtime from the input of textbox
for example user enter like "34,53,34,2,5,23,13"
i make array of this
how can i do this

Recommended Answers

All 3 Replies

plz hurry

Why the hurry?
Read the texbox string
Use the Split method
Convert every "numeric" string to an int and put in array.

@basit_3 - We are not here to conform to your schedule.

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.