View Single Post
Old Dec 25th, 2007, 2:56 PM   #3
sibelius7
Newbie
 
Join Date: Dec 2007
Location: Oregon, United States
Posts: 4
Rep Power: 0 sibelius7 is on a distinguished road
Re: help me.. with arrays of vb.net..

If you're asking just whether or not it can be done with arrays... then yes, it can be done with arrays. Only... if you get too many parallel arrays going... It's just... if you want to do this program the way I think you're wanting to do it... well I just get an image in my head of a bunch of tall jenga towers (arrays containing one category of data [i.e. departure time] per reservation) that look like they're about to fall over.

VB.net wouldn't be my first choice for a language if I was going to make a flight reservation program... and I'm not sure I'd want to use arrays in VB.net to do it even if it was.
sibelius7 is offline   Reply With Quote