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)
Statistics: Posted by V2User — Today, 08:15