Subversion Repositories wimsdev

Rev

Rev 20 | Details | Compare with Previous | Last modification | View Log | RSS feed

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