Search the Community
Showing results for tags 'binarytostring'.
-
There is a way to have a clean string value without any SOH STX etc... Values #include <FileConstants.au3> #include <String.au3> #include <WinAPI.au3> #include <Array.au3> #include <File.au3> $file = _FileListToArrayRec(@ScriptDir,"*.otf",1,1,0,2) For $x = 1 to UBound($file)-1 ;Console...
-
Hello AutoIT community. I am attempting to make a script that will login to my bank account and retrieve one of my account balances and display it in a MsgBox, however it am having some difficulty getting the correct value.... The MsgBox keep displaying a value of "0" instead of the actual str...
- 14 replies
-
- inetread
- binarytostring
-
(and 1 more)
Tagged with:
-
Hi : My os is ubuntu 14.04 ,wine version is 1.7. The problem is as follows: When I use BinaryToString example , in the help file (https://www.autoitscript.com/autoit3/docs/functions/BinaryToString.htm), running under the win7 is ok. When I was running in wine, "你好" change to "??". The binary code...
-
Hi all Im still New To Autoit and would realy like some help ... I have gone through some examples and other code on the forum but now I am stuck see comments on what I want to do . #RequireAdmin #include <IE.au3> #include <MsgBoxConstants.au3> #include <File.au3> #include <String.au3> #inclu...