CL3
CL3 copied to clipboard
How to get Slot per API - like CL3Api_Get(Data) [Win11] [v1.112]
I was trying to check the content of a certain slot ... if slot is empty to skip further action (with AHK script)
Is there any way to retrieve the data from the slot ( like CL3Api_Get ) to check if empty?
Appreciate any advice or tweak!
Thanks,
Gregor
Useful idea - Try the updated CL3 Api files (unpack in lib\) and restart CL3 (ahk version, not the compiled one)
📁 cl3api.zip
Usage:
idx:=1 ; slot 1
SlotText:=CL3Api_SlotGet(Idx)
MsgBox % "Text: " SlotText
@hi5 Thanks for adding this idea!
Works like a charm!
Hope, this finds it way into the next release :-)
Have a nice holiday season & A Happy New Year!
https://github.com/hi5/CL3/releases/tag/v1.113