Invalid type in DllCall but not throw
Posted: 02 Jan 2024, 08:15
It should throw through the document but it won't:
Code: Select all
myVar:='123ABC'
DllCall("CharLower", "UStr",myVar) ; it will not throw but output "123abc" instead.
OutputDebug(myVar)