Subversion Repositories wimsdev

Rev

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

Rev Author Line No. Line
9623 guerimand 1
!! delete doc $sdoc
9646 guerimand 2
 
12338 bpr 3
!if $(s$(type))=$empty
4
  !if NaN isin $[$($type)/10] or $($type)<1 or $($type)>$($(type)tot)
5
    error=bad$(type)number
9646 guerimand 6
    !exit
12330 bpr 7
  !endif
12338 bpr 8
  s$type=$($type)
9
  tmp=!record $(s$type) of wimshome/log/classes/$wims_class/$(type)/.$(type)index
10
  title=!line 3 of $tmp
9646 guerimand 11
!endif
9650 guerimand 12
!bound step within 0,1 default 0
13
 
14
!if $step=1
12338 bpr 15
  !if $(s$type)>=1 and $(s$type)<=$($(type)tot)
16
    !read proc/updatefield.proc wimshome/log/classes/$wims_class/$(type)/.$(type)index\
17
$(s$type)\
9623 guerimand 18
delete\
19
 
9654 guerimand 20
!! update seq directory
12338 bpr 21
    !readproc adm/updatesequence.proc $(type),$(s$type)
9654 guerimand 22
 
12330 bpr 23
  !endif
24
  !restart module=home
9623 guerimand 25
!endif