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

5
LINES

< > BotCompany Repo | #1022659 // copyTextToClipboard_infoBox (returns the argument)

JavaX fragment (include)

sS copyTextToClipboard_infoBox(O _text) {
  S text = copyTextToClipboard(_text);
  infoBox("Copied to clipboard (" + n2(l(text), "char") + "): " + shorten(text, 50));
  ret text;
}

Author comment

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: 227 / 276
Version history: 2 change(s)
Referenced in: [show references]