Rev 10839 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
5989 | bpr | 1 | !set dpcnt=!recordcnt wimshome/log/classes/$wims_class/doc/.docindex |
10840 | bpr | 2 | !reset dps_list dpt_list dpti_list dpde_list dpdw_list |
5989 | bpr | 3 | !for i=1 to $dpcnt |
4 | !set d__=!record $i of wimshome/log/classes/$wims_class/doc/.docindex |
||
7270 | bpr | 5 | !distribute lines $d__ into s_,t_,ti_,de_,o_,w_ |
5989 | bpr | 6 | !if $o_>0 |
7 | !set dps_list=!append line $s_ to $dps_list |
||
8 | !set dpt_list=!append line $t_ to $dpt_list |
||
9 | !set dpti_list=!append line $ti_ to $dpti_list |
||
10 | !set dpde_list=!append line $de_ to $dpde_list |
||
7270 | bpr | 11 | !set dpdw_list=!append line $w_ to $dpw_list |
5989 | bpr | 12 | !endif |
13 | !next i |
||
14 | !set dpcnt=!linecnt $dps_list |