  if s = 'UL' then write(urec.level) else
         if s = 'FL' then write(urec.udlevel) else
         if s = 'FP' then write(urec.udpoints) else
         if s = 'NU' then write(urec.uploads) else
         if s = 'ND' then write(urec.downloads) else
         if s = 'UK' then write(urec.upkay) else
         if s = 'DK' then write(urec.dnkay) else
         if s = 'UN' then write(urec.usernote) else
         if s = 'BR' then write(urec.lastbaud) else
         if s = 'TT' then write(urec.timetoday) else
         if s = 'LC' then write(who_was_last) else
         if s = 'M1' then yesno(urec.msgconf[1]) else
         if s = 'M2' then yesno(urec.msgconf[2]) else
         if s = 'M3' then yesno(urec.msgconf[3]) else
         if s = 'M4' then yesno(urec.msgconf[4]) else
         if s = 'M5' then yesno(urec.msgconf[5]) else
         if s = 'F1' then yesno(urec.fileconf[1]) else
         if s = 'F2' then yesno(urec.fileconf[2]) else
         if s = 'F3' then yesno(urec.fileconf[3]) else
         if s = 'F4' then yesno(urec.fileconf[4]) else
         if s = 'F5' then yesno(urec.fileconf[5]) else
         if s = 'NF' then write(gnuf-urec.lastfiles) else
         if s = 'NP' then write(gnup-urec.lastposts) else
         if s = 'TC' then write(trunc(numcallers)) else
         if s = 'NM' then write(getnummail(unum)) else
         if s = 'TE' then write(timetillevent) else
         if s = 'CT' then write(callstoday) else
         if s = 'NE' then write(getnummail(unum)) else
	 if s = 'UU' then write(unum) else
         if s = 'LN' then write(configset.longnam) else
         if s = 'SN' then write(configset.shortnam) else
         if s = 'CP' then write(strr(configset.useco)) else
         if s = 'CD' then write(datestr(now)) else
         if s = 'CT' then write(timestr(now)) else
         if s = 'TL' then write(timeleft) else
         If s = 'HA' then write(urec.hackattempts) else
         If s = 'RN' then write(urec.realname) else
         if s = 'TP' then write(urec.nbu) else
         if s = 'GL' then write(urec.glevel) else
         if s = 'GD' then write(urec.ndn) else
         if s = 'GU' then write(urec.nup) else
         if s = 'LO' then begin
          if urec.laston<>0 then
          write(datestr(subs1.laston)) else
          write('Never');
  if s = 'UH' then write(urec.handle) else
         if s = 'UP' then begin
           write('[');
          for b:=1 to 3 do
           write(urec.phonenum[b]);
           write(']');
          for b:=4 to 6 do
           write(urec.phonenum[b]);
           write('-');
          for b:=7 to 10 do
          write(urec.phonenum[b]);
         end else
  if s = 'UL' then write(urec.level) else