static void uploadOutputSinceLastInput() { fS text = outputSinceLastInput(); if (showMessagesInGerman()) print(" [Poste " + n2(countLines(text), "Zeile", "Zeilen") + " in smartbotschat.botcompany.de]"); else print(" [Posting " + n2(countLines(text), "line") + " to smartbotschat.botcompany.de]"); thread "Upload" { loading { silentlyPostToSmartBotsChat("PROGRAM UPLOAD.\n\n" + text); }} }
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: | 392 / 433 |
Version history: | 11 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013851 - outputSinceLastInput |