Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
Could someone help me please?
Lets say my variable lst has this list:
'((2 "G01-A = VALUE") (3 "G01-B = VALUE") (4 "G01-C = VALUE") (5 "G02-A = VALUE"))
Now, how do I remove the first item (the red number) of each element in this list to have the folllowing result:
'(("G01-A = VALUE") ("G01-B = VALUE") ("G01-C = VALUE") ("G02-A = VALUE"))
Thanks
Marcelo
Solved! Go to Solution.