Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21847

[RESOLVED] Convert a quoted hex-string to actual ascii

$
0
0
If my string is:

"00 B9 09 1C 48 B0 A0 C1 83 08 13 2A 5C C8 B0 61 C2 80"



how do I convert that to this:


dim b(1 to 18) as byte

b(1) = 0
b(2) = 185
b(3) = 9
b(4) = 28

etc
etc

Viewing all articles
Browse latest Browse all 21847

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>