PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → nocharacter function
nocharacter function
Iniciado por aldo, 06,mar. 2015 18:41 - No hay respuesta
Publicado el 06,marzo 2015 - 18:41
Hello, i want to use this function for remove CR = 0D 0A from my HEX string converted from an normal ansi string,
but this function do not remove this partial string "0D 0A", why ?

sExaString is string
sExaString2 is string
sExaString = BufferToHexa(anabz.BZDESC)
sExaString2 = NoCharacter(sExaString,"0D 0A")

(after i remove 0D 0A from sExaString2 i want to reconvert in ansi with hexatobuffer)