Quantcast
Channel: AutoHotkey Community
Viewing all articles
Browse latest Browse all 579

Bug Reports • Invalid type in DllCall but not throw

$
0
0
It should throw through the document but it won't:

CODE:

myVar:='123ABC'
DllCall("CharLower", "UStr",myVar) ; it will not throw but output "123abc" instead.
OutputDebug(myVar)


image.png

Statistics: Posted by V2User — Today, 08:15



Viewing all articles
Browse latest Browse all 579

Trending Articles