AboutSyed Rizwan Muhammad Rizvi Expertise I can answers questions regarding web based and desktop based programming in VB.Net. Which can include SOAP, XML, Custom Controls, COM Interoperability etc.
Experience Have been working in this specific area for last 2 years previously I was a VB 6 Developer with experties in other languages as well. Total 10 years of programming experience.
Question If I was to put the output of the first and last name into a 2 dimensonal array and the age into a 1 dimensonal array, how would I sort corresponding information accross arrays?
toby
-------------------------
Followup To
Question -
When i have an input like:
Jan doe 23
I want to parse first name, last name and then age.
I started by using the .indexof(" ") and the first name was extracted, but with the second name I am having a bit of a time.
put the above in a loop. that way you would be able to solve the problem more easily and efficiently as arrays are not the most efficient data structures available.