Subversion Repositories wimsdev

Rev

Rev 12790 | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. !set gcnt=!recordcnt wimshome/log/classes/$wims_class/tool/.glossaryindex
  2. !reset gt_list
  3. !for i=1 to $gcnt
  4.   !set g__=!record $i of wimshome/log/classes/$wims_class/tool/.glossaryindex
  5.   !distribute lines $g__ into o_,ti_
  6.   !if $o_>0
  7.     !set gt_list=!append line $ti_ to $gt_list
  8.   !endif
  9. !next i
  10. !set gcnt=!linecnt $gt_list
  11.