- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Let's say I have set the following (simplified) "list of lists" to a variable ("ItemList"):
( ("DWG_01" , "DESC_01" , "PART_01")
("DWG_02" , "DESC_02" , "PART_02")
("DWG_03" , "DESC_03" , "PART_03")
)
Now, I want to "get" from one of the lists in this group of lists the 2nd and 3rd "pieces" based on the 1st piece.
For example, I have determined that a certain (selected) block insert in the DWG contains a certain attribute and its value is set to "DWG_01". I want to retrieve (individually) the 2nd and 3rd elements of the list which has the 1st element = "DWG_01" and then store each of those (individually). How do I go about retrieving these elements from the list (of lists)?
Any help would be greatly appreciated..
Solved! Go to Solution.