Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
 
2
!if $wims_developer=
3
 !exit
4
!endif
5
 
6
dv_def=wimshome/log/.developers
7
dv_cnt=!recordcnt $dv_def
8
 
9
!for i=1 to $dv_cnt
10
 dv_r=!record $i of $dv_def
11
 !distribute lines $dv_r into dv_tit, dv_ps, dv_name,dv_email
12
 !if $dv_tit=$wims_developer
13
  !break
14
 !endif
15
 !reset dv_tit, dv_ps, dv_name, dv_email
16
!next i
17