I notice that if the string being Oconved to hex contains \FE\ (and presumably other of this type of character) the Oconv routine does not convert it. Is there an alternate routine that converts the entire string?
Wayne
Wayne,
That's because it is a hex character.
Sean
On the off chance that Sean's reply wasn't missing a smiley, that's because OCONV and ICONV are designed to work on delimited arrays.
World leaders in all things RevSoft
Yeah, I realize that. My question is: is there an alternate conversion routine available that will work on ALL strings, not assuming they are multivalued arrays? I can see the value in having a conversion routine that is cognizant of multivalues, but I'm not dealing with that scenario at the present time. I've solved the problem by shoving eight 'SWAP' statements after my OCONV, but I thought there might be a better way.