AHK v2: append to clipboard

Report problems with documented functionality
User avatar
jeeswg
Posts: 6902
Joined: 19 Dec 2016, 01:58
Location: UK

AHK v2: append to clipboard

06 Nov 2018, 03:36

Append to clipboard appears to be doing assign to clipboard instead.

Code: Select all

MsgBox(A_AhkVersion) ;2.0-a100-52515e2
Clipboard := "abc"
MsgBox(Clipboard) ;abc
Clipboard .= "def"
MsgBox(Clipboard) ;def
homepage | tutorials | wish list | fun threads | donate
WARNING: copy your posts/messages before hitting Submit as you may lose them due to CAPTCHA

Return to “Bug Reports”

Who is online

Users browsing this forum: Google [Bot] and 28 guests