254
edits
Line 53: | Line 53: | ||
|First letter for organizing<br>by letter||<code>set('head', copy(A.Name, 1, 1))<br>if(numeric(head), set('head', '0-9'))</code> | |First letter for organizing<br>by letter||<code>set('head', copy(A.Name, 1, 1))<br>if(numeric(head), set('head', '0-9'))</code> | ||
|- valign="top" | |- valign="top" | ||
|Group name||<code>if(F.GroupId>0, if(length(G.Shortname)>0, G.Shortname, G.Name), 'no group')<br>set('groupname', if(length(groupname)>0, '['+groupname+']'))</code> | |Group name||<code>set('groupname', if(F.GroupId>0, if(length(G.Shortname)>0, G.Shortname, G.Name), 'no group'))<br>set('groupname', if(length(groupname)>0, '['+groupname+']'))</code> | ||
|- | |- | ||
|} | |} |
edits