Rev 6435 | Rev 6910 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 6435 | Rev 6442 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !!temporary - work in progress |
1 | !!temporary - work in progress |
2 | - | ||
3 | 2 | ||
4 | !if $parm=$empty |
3 | !if $parm=$empty |
5 | !exit |
4 | !exit |
6 | !endif |
5 | !endif |
7 | 6 | ||
8 | list=!lookup $parm in $dir |
7 | list=!lookup $parm in $dir |
- | 8 | !if $list=$empty |
|
- | 9 | list=$parm |
|
- | 10 | !endif |
|
- | 11 | listcnt=!itemcnt $list |
|
9 | name=!lookup $(parm[1]) in $dir_lang |
12 | name=!lookup $(parm[1]) in $dir_lang |
10 | !! need to check this is not breaking anything |
13 | !! need to check this is not breaking anything |
11 | !! !if $list=$empty |
14 | !! !if $list=$empty |
12 | !! parm= |
15 | !! parm= |
13 | !! !exit |
16 | !! !exit |