Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

[SOLVED] Binary-Hex-String

$
0
0
Hi guys,
I have a problem to convert a string to binary-hex and viceversa:

This is an example, i have take the value from the registry:

[ autoit ]      
$BasicString = "0xF4FFFFFF000000000000000000000000900100000000000100000500" $MaxLenght = "186" $TimesNewRoman_Bin_Complete = "0xF4FFFFFF000000000000000000000000900100000000000100000500540069006D006500730020004E0065007700200052006F006D0061006E0000000000000000000000000000000000000000000000000000000000000000000000" $TimesNewRoman_Bin = "540069006D006500730020004E0065007700200052006F006D0061006E" $TimesNewRoman_String = "Times New Roman" $SegoeUI_Bin_Complete = "0xF4FFFFFF0000000000000000000000009001000000000001000005005300650067006F006500200055004900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" $SegoeUI_Bin = "5300650067006F0065002000550049" $SegoeUI_String = "Segoe UI"

I have try to convert in many way, but i have always different result. My goal is convert $SegoeUI_String to $SegoeUI_Bin and viceversa.

Thanks for any help ;)

Viewing all articles
Browse latest Browse all 12506

Trending Articles



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