PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Ascii code for <SPC>
Ascii code for <SPC>
Started by Antonino, Jul., 31 2018 6:14 PM - 2 replies
Posted on July, 31 2018 - 6:14 PM
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
Posted on February, 17 2019 - 6:00 PM
Hi,

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

Regards, Tim
Registered member
31 messages
Posted on February, 18 2019 - 1:51 AM
Can you use NoSpace() for this using Position sscInside (Deletes the space characters found inside the initial string)?

--
Garry