Warning: session_start(): open(/var/lib/php/sessions/sess_olsbkapnvh0seoa9073s3f10s8, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
persistentText - persistentVar<S> [1010352]

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

7
LINES

< > BotCompany Repo | #1010352 // persistentText - persistentVar<S>

JavaX fragment (include)

1  
static IVar<S> persistentText(S name) {
2  
  ret persistentVar(name, "");
3  
}
4  
5  
static IVar<S> persistentText(S name, S defaultValue) {
6  
  ret persistentVar(name, defaultValue);
7  
}

Author comment

Began life as a copy of #1009539

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: #1010352
Snippet name: persistentText - persistentVar<S>
Eternal ID of this version: #1010352/1
Text MD5: 217e0f65e04d3f700b6d61d4f10b79dc
Author: stefan
Category: javax / lists
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-12 15:44:58
Source code size: 178 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 866 / 881
Referenced in: [show references]