is anyone know the trick to remove the double quote? kekeke
@Johnny5 wrote:
please explain more about what your talking about.
hi Syxx,
is like when get text from paltalk ex: MyNick: the string with ” quote
so, is their the trick to remove the quotation?
Im guessing you mean vb so
if instr(data, """") then data = replace(data, """", "") end if
with the quote on vb you do 2 of them to be one as a string like this
string = "Then John said ""Hello Bob, How are you?"""
Thats going to come out like Then John said “Hello Bob, How are you?”