Quantcast
Channel: Cadence Custom IC Skill Forum
Viewing all articles
Browse latest Browse all 5186

Remove double quotes from each element of list A

$
0
0

I have a list(say, A), of 300 elements like below: 

A=( 

("a" "b")

("c" "d")

("e" "f")

("g" "h")

...

...

...

)

Like above, i have 300 elements, where 1st element is ("a" "b"). 

I want to create a list A without ""(double quotes), like shown below: 

A=( 

(a b)

(c d)

(e f)

(g h)

...

...

...

)

How can i do this? 

Thanks,

LEO

 


Viewing all articles
Browse latest Browse all 5186

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>