PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Ascii code for <SPC>
Ascii code for <SPC>
Iniciado por antonino.neri, 31,jul. 2018 18:14 - 2 respuestas
Publicado el 31,julio 2018 - 18:14
Hi Gents!

I am creating a parser that is supposed to convert strings from one format to another. I facing an issue because some strings contains this <SPC> character. I have tried to Replace the Charact(32) with "" but this does not remove the <SPC> detected by Windev.

How can I replace the <SPC> with ""?

Thanks you all for your time and care.


Cheers,
Antonino
Publicado el 17,febrero 2019 - 18:00
Hi,

I have this same problem. Did you find any solution for this?

Regards, Tim
Miembro registrado
31 mensajes
Publicado el 18,febrero 2019 - 01:51
Can you use NoSpace() for this using Position sscInside (Deletes the space characters found inside the initial string)?

--
Garry