sS copyTextToClipboard_infoBox(O _text) { S text = copyTextToClipboard(_text); infoBox("Copied to clipboard (" + n2(l(text), "char") + "): " + shorten(text, 50)); ret text; }
Began life as a copy of #1005363
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022659 |
Snippet name: | copyTextToClipboard_infoBox (returns the argument) |
Eternal ID of this version: | #1022659/3 |
Text MD5: | 2a09fb7fdd4e800deafde547228112b7 |
Author: | stefan |
Category: | javax / gui |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-29 15:35:25 |
Source code size: | 184 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 351 / 403 |
Version history: | 2 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1026378 - copyTextToClipboardVerbose (returns the argument, prints max. 1000 chars) #1028093 - copyTextToClipboard_lineCountInfoBox (returns the argument) |