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