PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WEBDEV 2024 → How do i exclude quotes in my string?
How do i exclude quotes in my string?
Iniciado por Nikhil, 13,jun. 2009 11:10 - 1 respuesta
Publicado el 13,junio 2009 - 11:10
I have a string in which i should exclude the quotes.. Can anyone help me..??
Publicado el 13,junio 2009 - 17:13
Hi Nikhil

FinalString is String=Replace(OriginalString,Char(34),"")

Not tested, from memory only, but that should do it

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

More information on http://www.fabriceharari.com


Nikhil wrote:
I have a string in which i should exclude the quotes.. Can anyone help me..??