P
Peter Judge
Guest
There are posts on Communities somewhere - OE.Development? - on how to tun a .net byte array into a memptr. If you want an example of encoding bytes into hex, take a look at github.com/.../URI.cls The code starting at line 1326 ( consultingwerk/ADE-Sourcecode ) does the actual encoding. You can do loop = 1 to extent(byte) and read and encode each byte … again the syntax might vary 'cos it's .NET but the basic principle should apply.
Continue reading...
Continue reading...