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)

1  
sS dm_programID() {
2  
  ret programID();
3  
}
4  
5  
sS dm_programID(O mod) {
6  
  if (mod == null) null;
7  
  mod = dm_getModule(mod);
8  
  if (hasSuperclassShortNamed(mod, 'DynModule))
9  
    ret programID(mod);
10  
  null;
11  
}

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