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

11
LINES

< > BotCompany Repo | #1020069 // dm_programID - return formatted program ID for module

JavaX fragment (include)

sS dm_programID() {
  ret programID();
}

sS dm_programID(O mod) {
  if (mod == null) null;
  mod = dm_getModule(mod);
  if (hasSuperclassShortNamed(mod, 'DynModule))
    ret programID(mod);
  null;
}

Author comment

Began life as a copy of #1016816

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020069
Snippet name: dm_programID - return formatted program ID for module
Eternal ID of this version: #1020069/3
Text MD5: eb158f47f720d475e97714cc0e8e4027
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-23 15:47:36
Source code size: 210 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 253 / 289
Version history: 2 change(s)
Referenced in: [show references]