Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear sirs, tell me how to resolve the issue.
How can I transform a list like this:
((Vol-1 ("A" "B") ("C" "D") ("E" "F")) (Vol-2 (1 2) (3 4) (5 6)) (Vol-3 (x x) (y y) (z z)))
to a list of this form:
(("A" "B") ("C" "D") ("E" "F") (1 2) (3 4) (5 6) (x x) (y y) (z z))
Thank you in advance for your help.
Solved! Go to Solution.