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

4
LINES

< > BotCompany Repo | #1009382 // copyGlobalVariablesToConcept

JavaX fragment (include)

static void copyGlobalVariablesToConcept(Concept c, S... fields) {
  for (S field : fields)
    cset(c, field, getOpt(mc(), field));
}

Author comment

Began life as a copy of #1009381

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: #1009382
Snippet name: copyGlobalVariablesToConcept
Eternal ID of this version: #1009382/1
Text MD5: 28e3aca4bc283e55f70b68dc792d54e6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-07-27 23:38:21
Source code size: 137 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 377 / 413
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)