Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1028093 // copyTextToClipboard_lineCountInfoBox (returns the argument)

JavaX fragment (include)

sS copyTextToClipboard_lineCountInfoBox(O _text) {
  S text = copyTextToClipboard(_text);
  infoBox("Copied " + nLines(text) + " to clipboard");
  ret text;
}

Author comment

Began life as a copy of #1022659

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028093
Snippet name: copyTextToClipboard_lineCountInfoBox (returns the argument)
Eternal ID of this version: #1028093/1
Text MD5: c9610dd9e237ee9e8e3064a7f1be56b4
Author: stefan
Category: javax / gui
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-18 14:21:30
Source code size: 162 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 128 / 167
Referenced in: [show references]