|
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.
|