Subversion Repositories wimsdev

Rev

Rev 9646 | Rev 9654 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

!! delete doc $sdoc

!if $sdoc=$empty
 !if NaN isin $[$doc/10] or $doc<1 or $doc>$doctot
    error=baddocnumber
    !exit
 !endif
 sdoc=$doc
 tmp=!record $sdoc of wimshome/log/classes/$wims_class/doc/.docindex
 title=!line 4 of $tmp
!endif
!bound step within 0,1 default 0

!if $step=1
 !if $sdoc>=1 and $sdoc<=$doctot
    !read proc/updatefield.proc wimshome/log/classes/$wims_class/doc/.docindex\
$sdoc\
delete\

 !endif
 !restart module=home
!endif