Whats wrong with this line
- by Andeeh
I am trying to remove all the " from a string called s1, I have this line
s1=replace (s1, """, "")
But i get a complile error saying it is expecting a list seperator or )
How can i fix it?
Thanks in advance