Di7bash Posted October 5, 2005 Posted October 5, 2005 Hello everyone, I am relatively new to VB.Net and i have a file that contains names and numbers like this: LastName,Sale,Cost ----------------------- Abercrombie,20000,14000 Chen,10000,11000 DiSanctis,16000,14500 Abercrombie,19000,13500 the file is stored in the bin folder and i am trying to store this information in a structure (or array?) so that i can use it later to display a schedual like this one Last No of Total Total Name, Sales, Sales, Cost, Abercombie, 2 - 39,000 - 30,000 DeSanctis, 1 - 16,000 - 15,000 Chen , 1 - 10,000 - 7,000 Bush , 0 - 0 - 0 Total 4 - $65,000 - $6,350 The schedual will be displayed in a List Box (lstDisplay) If anyone can please help me i would be gratefull Di7bash Quote
Machaira Posted October 11, 2005 Posted October 11, 2005 So what's the problem? Quote Here's what I'm up to.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.