Rev 11407 | Rev 13631 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11407 | Rev 12083 | ||
---|---|---|---|
Line 9... | Line 9... | ||
9 | !for s_ = 1 to $slcnt |
9 | !for s_ = 1 to $slcnt |
10 | sout_=!lookup $(search_level[$s_]) in wimshome/public_html/$dictionary |
10 | sout_=!lookup $(search_level[$s_]) in wimshome/public_html/$dictionary |
11 | sout_=!words2items $sout_ |
11 | sout_=!words2items $sout_ |
12 | Soutlevel=!append item $sout_ to $Soutlevel |
12 | Soutlevel=!append item $sout_ to $Soutlevel |
13 | !next |
13 | !next |
- | 14 | Soutlevel=!listuniq $Soutlevel |
|
14 | !endif |
15 | !endif |
15 | !if $search_and=yes |
16 | !if $search_and=yes |
16 | srch1=!replace internal ,$ $ by , in $srch |
17 | srch1=!replace internal ,$ $ by , in $srch |
17 | srch1=!items2lines $srch1 |
18 | srch1=!items2lines $srch1 |
18 | scnt=!linecnt $srch1 |
19 | scnt=!linecnt $srch1 |