paulthepaddy
Well-known member
hey guys, i have the need to use an array for storring information about car repairs
basicly the user starts to enter car details bla bla bla, but when it comes to the damage selection i was thinking of using an array to store the data
dim car1_details(0,2,0,0) as string
will this ^ above give me sumit like this eg
0 0 0 0
repair scratches on , Front bumper, 100, 0)
1
Rear bumper
2
Tail Gate
or will it be like
repair scratches on , front bumper, 100, 0
repair scratches on , rear bumper, 100, 0
repair scratches on , tail gate, 100, 0
basicly the user starts to enter car details bla bla bla, but when it comes to the damage selection i was thinking of using an array to store the data
dim car1_details(0,2,0,0) as string
will this ^ above give me sumit like this eg
0 0 0 0
repair scratches on , Front bumper, 100, 0)
1
Rear bumper
2
Tail Gate
or will it be like
repair scratches on , front bumper, 100, 0
repair scratches on , rear bumper, 100, 0
repair scratches on , tail gate, 100, 0