Codeunit ANSI <-> ASCII converter

hsilveirahsilveira Member Posts: 23
Hi all,

I'm working with the ANSI <-> ASCII converter Codeunit and when i use the Ansi2Ascii function to convert the caracter "_" (underscore), the codeunit transforms "_" at "|".

Anybody knows how can i modify this codeunit to translate correctly this caracter?

To test, you just have to create a new codeunit with this simple code:

myvar := convert.Ansi2Ascii('_');
MESSAGE('%1',myvar);

Thanks for your help...

Regards

XMAN

Comments

Sign In or Register to comment.