Hi guys...
I've never been to keen on working with multi-dimension arrays, or any kind of arrays for that matter, but..now I really have to, so I have some questions....
Imagine a I have to populate a series of arrays from a file....
1st-Is it possible to name an array after a variable? - My bet is "No"
2nd- On that file I have an "Firms" list, wich populates an array called "firms", then I have a list of "devices", wich a particular "Firm" uses....
The user will be able to add to the file, in the respective fields, as much Firms and related devices, as they wnat, but hardly more than 10 firms, and each no more that 7 to 10 devices....
Do I create the 10 arrays for the devices or is it possible to create them as I need, ie, The Firms array have 8 Firms, so I create 8 Devices arrays, one for each firm, and if in the next run, I have only 7 or 9 Firms, I would create as many Device Array...
I guess I'm a bit confusing, but that's me...
I need suggestions Please!!!