Community
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.
Solved by Kent1Cooper. Go to Solution.
Can't find what you're looking for? Ask the community or share your knowledge.