Replacing chars in string

Viewed 456

I have this code:

inspect w-string1 replacing all x'C48D' by 'c'

But I got this error by compiler

Operand has wrong size

Is there any solution how to replace more chars by one char thru inspect command. Or I must do it by myself via perform loop?

1 Answers
Related