![]() |
|
[AutoIt]String to Chr converter - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Coding (https://sinister.ly/Forum-Coding--71) +--- Thread: [AutoIt]String to Chr converter (/Thread-AutoIt-String-to-Chr-converter) Pages:
1
2
|
RE: [AutoIt]String to Chr converter - spymare - 01-05-2013 there's a error, it works with : " but it does not work with : ' RE: [AutoIt]String to Chr converter - spymare - 01-05-2013 this is a example where it's not working : Quote:Func melt2($iDelay = 0) RE: [AutoIt]String to Chr converter - spymare - 01-05-2013 also with this code, it does not work: If _IsPressed("0D", $dll) and WinActive("test -") = True Then |