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

7
LINES

< > BotCompany Repo | #1019483 // dm_setModuleName

JavaX fragment (include)

svoid dm_setModuleName(O module, S name) {
  dm_callModule(module, 'setModuleName, name);
}

svoid dm_setModuleName(S name) {
  dm_setModuleName(dm_current_mandatory_generic(), name);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1019483
Snippet name: dm_setModuleName
Eternal ID of this version: #1019483/4
Text MD5: 3e5779c6d47eb52e0beb05de232c811f
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-12-25 20:27:33
Source code size: 191 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 282 / 333
Version history: 3 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)