254
edits
Line 52: | Line 52: | ||
|- valign="top" | |- valign="top" | ||
|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" | |||
|Group name||<code>set('groupname', '')<br>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