Oconv HEX (OpenInsight 32-Bit)
At 28 MAR 2007 10:57:49AM W Shepard wrote:
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
At 28 MAR 2007 12:57PM Sean FitzSimons wrote:
Wayne,
That's because it is a hex character.
Sean
At 28 MAR 2007 01:14PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
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
At 30 MAR 2007 01:32PM W Shepard wrote:
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.