Skip to Content
0
Apr 17, 2014 at 12:26 PM

Delete special characters in transformation subroutine to infocube load

36 Views

I know, that special character has hex codes from 00 to 1F.

To delete it with code

REPLACE '!' IN INT_VAR WITH ''.

I need translate this characters from hex to char. How i can do that?