Invalid type in DllCall but not throw Topic is solved

Report problems with documented functionality
User avatar
V2User
Posts: 195
Joined: 30 Apr 2021, 04:04

Invalid type in DllCall but not throw

Post by V2User » 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)
image.png
image.png (207.11 KiB) Viewed 419 times
lexikos
Posts: 9592
Joined: 30 Sep 2013, 04:07
Contact:

Re: Invalid type in DllCall but not throw  Topic is solved

Post by lexikos » 22 Mar 2024, 19:42

Fixed by v2.0.12.
Post Reply

Return to “Bug Reports”