Rev 12330 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 12330 | Rev 12338 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! delete doc $sdoc |
1 | !! delete doc $sdoc |
2 | 2 | ||
3 | !if |
3 | !if $(s$(type))=$empty |
4 | !if NaN isin $[ |
4 | !if NaN isin $[$($type)/10] or $($type)<1 or $($type)>$($(type)tot) |
5 |
|
5 | error=bad$(type)number |
6 | !exit |
6 | !exit |
7 | !endif |
7 | !endif |
8 |
|
8 | s$type=$($type) |
9 | tmp=!record |
9 | tmp=!record $(s$type) of wimshome/log/classes/$wims_class/$(type)/.$(type)index |
10 | title=!line |
10 | title=!line 3 of $tmp |
11 | !endif |
11 | !endif |
12 | !bound step within 0,1 default 0 |
12 | !bound step within 0,1 default 0 |
13 | 13 | ||
14 | !if $step=1 |
14 | !if $step=1 |
15 | !if |
15 | !if $(s$type)>=1 and $(s$type)<=$($(type)tot) |
16 | !read proc/updatefield.proc wimshome/log/classes/$wims_class/ |
16 | !read proc/updatefield.proc wimshome/log/classes/$wims_class/$(type)/.$(type)index\ |
17 |
|
17 | $(s$type)\ |
18 | delete\ |
18 | delete\ |
19 | 19 | ||
20 | !! update seq directory |
20 | !! update seq directory |
21 | !readproc adm/updatesequence.proc |
21 | !readproc adm/updatesequence.proc $(type),$(s$type) |
22 | 22 | ||
23 | !endif |
23 | !endif |
24 | !restart module=home |
24 | !restart module=home |
25 | !endif |
25 | !endif |