Quantcast
Channel: Silk Performer
Viewing all articles
Browse latest Browse all 4084

Wiki Page: Is there any way to convert a hexadecimal string into a regular string ?

$
0
0
There are no BDL functions for converting from Hexadecimal to Binary format. This can be done in a script as follows: const DATA := "\h000000006162636400"; dcltrans transaction TWeb var nLen: number; sReadableData: string; i: number; sTemp: string; begin nLen := sizeof(DATA); for i:= 1 to nLen do GetMem(DATA, i, sTemp, 1); print(sTemp); sReadableData := sReadableData + sTemp; end; print(sReadableData); end TWeb; Old KB# 19473

Viewing all articles
Browse latest Browse all 4084

Trending Articles



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