Rev 2329 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2329 | Rev 2767 | ||
---|---|---|---|
Line 4... | Line 4... | ||
4 | !else |
4 | !else |
5 |
|
5 | key_title=!singlespace $keytitle |
6 |
|
6 | key_title=!char 1 to $title_limit of $key_title |
7 | nbexo=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$numsheet |
7 | nbexo=!recordcnt wimshome/log/classes/$wims_class/sheets/.sheet$numsheet |
8 | listdon=$empty |
8 | listdon=$empty |
9 |
|
9 | tmp=$key_title |
10 | !for k=1 to $nbexo |
10 | !for k=1 to $nbexo |
11 | !if $key_title=$empty |
11 | !if $key_title=$empty |
12 | tmp=!record $k of wimshome/log/classes/$wims_class/sheets/.sheet$numsheet |
12 | tmp=!record $k of wimshome/log/classes/$wims_class/sheets/.sheet$numsheet |
13 | tmp=!line 5 of $tmp |
13 | tmp=!line 5 of $tmp |
14 | !endif |
14 | !endif |