How to check the clipboard length?? Please Help... Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
RaisetheBass
Posts: 16
Joined: 08 Jul 2018, 06:17

How to check the clipboard length?? Please Help...

25 Jan 2019, 06:29

anyone can help me with this?


Code: Select all

Example,
if clipboard length less than 10 digit/text
goto copy
else
goto skip
User avatar
Scr1pter
Posts: 1272
Joined: 06 Aug 2017, 08:21
Location: Germany

Re: How to check the clipboard length?? Please Help...  Topic is solved

25 Jan 2019, 06:37

Use StrLen()

Code: Select all

length := StrLen(Clipboard)

If length < 10...
Please use [code][/code] when posting code!
Keyboard: Logitech G PRO - Mouse: Logitech G502 LS - OS: Windows 10 Pro 64 Bit - AHK version: 1.1.33.09

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Dobbythenerd1 and 304 guests