Whats wrong with this line

Posted by Andeeh on Stack Overflow See other posts from Stack Overflow or by Andeeh
Published on 2010-04-23T16:32:30Z Indexed on 2010/04/23 17:13 UTC
Read the original article Hit count: 253

Filed under:
|

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

© Stack Overflow or respective owner

Related posts about vb6

Related posts about string