CL3 icon indicating copy to clipboard operation
CL3 copied to clipboard

How to get Slot per API - like CL3Api_Get(Data) [Win11] [v1.112]

Open greg4b opened this issue 2 months ago • 1 comments

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

greg4b avatar Dec 18 '25 06:12 greg4b

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 avatar Dec 21 '25 13:12 hi5

@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!

greg4b avatar Dec 24 '25 08:12 greg4b

https://github.com/hi5/CL3/releases/tag/v1.113

hi5 avatar Dec 26 '25 12:12 hi5