1 | static void uploadOutputSinceLastInput() {
|
2 | fS text = outputSinceLastInput(); |
3 | if (showMessagesInGerman()) |
4 | print(" [Poste " + n2(countLines(text), "Zeile", "Zeilen") + " in smartbotschat.botcompany.de]");
|
5 | else |
6 | print(" [Posting " + n2(countLines(text), "line") + " to smartbotschat.botcompany.de]");
|
7 | thread "Upload" { loading {
|
8 | silentlyPostToSmartBotsChat("PROGRAM UPLOAD.\n\n" + text);
|
9 | }} |
10 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1013849 |
| Snippet name: | uploadOutputSinceLastInput - send feedback home feature [dev.] |
| Eternal ID of this version: | #1013849/12 |
| Text MD5: | 45d3975dc5ea0777cd459ab765fd6d14 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-03-06 23:19:33 |
| Source code size: | 421 bytes / 10 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 628 / 675 |
| Version history: | 11 change(s) |
| Referenced in: | [show references] |