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:
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
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
![;)](http://aut1.autoit-cdn.com/forum/public/style_emoticons/autoit/wink.gif)