Rev 10555 | Rev 10721 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10555 | Rev 10702 | ||
---|---|---|---|
Line 57... | Line 57... | ||
57 | :$testointro |
57 | :$testointro |
58 | !endif |
58 | !endif |
59 | 59 | ||
60 | !if $gstep>=2 |
60 | !if $gstep>=2 |
61 | !! get list of value for the technical variable : |
61 | !! get list of value for the technical variable : |
62 |
|
62 | numvar=!positionof item $namevar in $tv_listname |
63 | tmp=!line |
63 | tmp=!line $numvar of $tv_listtechvar |
64 | tmp=!record $(tmp[3]) of wimshome/log/classes/$wims_class/.techvar |
64 | tmp=!record $(tmp[3]) of wimshome/log/classes/$wims_class/.techvar |
65 | listval=!line 2 of $tmp |
65 | listval=!line 2 of $tmp |
66 | numsess=!itemcnt $listval |
66 | numsess=!itemcnt $listval |
67 | !endif |
67 | !endif |
68 | 68 |