Message 1 of 11
Array into Array or Collection?
Not applicable
08-09-2007
05:27 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I've been brainstorming on my little project that has to do with making some sort of automated BOM. One problem I ran into is how can I combine arrays?
Here's what I mean:
I prompt users to select a detail (1 detail), I get data from all the parts and build an array, then I could dump it into the BOM form, but I don't want to, I want to store it somehow, then they can select another detail and I store that array, as many details as they want. Then I would complie it all and finnally dump it into excel.
Any ideas?
I'm doing research on collections, not sure how they can be beneficial yet though.
I will also have a dropdown with a name of each detail extracted and when they select one I want to be able to bring that array back up into the list.
Any ideas are welcome.
Thanks,
Viktor.
Here's what I mean:
I prompt users to select a detail (1 detail), I get data from all the parts and build an array, then I could dump it into the BOM form, but I don't want to, I want to store it somehow, then they can select another detail and I store that array, as many details as they want. Then I would complie it all and finnally dump it into excel.
Any ideas?
I'm doing research on collections, not sure how they can be beneficial yet though.
I will also have a dropdown with a name of each detail extracted and when they select one I want to be able to bring that array back up into the list.
Any ideas are welcome.
Thanks,
Viktor.