Rev 10146 | Rev 10702 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10146 | Rev 10289 | ||
---|---|---|---|
Line 136... | Line 136... | ||
136 | !readproc adm/vfilter/listvarfilter.proc |
136 | !readproc adm/vfilter/listvarfilter.proc |
137 | localname=!item $tv_listlocal of $tv_listname |
137 | localname=!item $tv_listlocal of $tv_listname |
138 | !for i=1 to $ccc |
138 | !for i=1 to $ccc |
139 | uvc=!item $i of $uvcnt |
139 | uvc=!item $i of $uvcnt |
140 | uvn=!item $i of $uvname |
140 | uvn=!item $i of $uvname |
141 | !! no registery if the technical variable is not already |
141 | !! no registery if the technical variable is not already defined |
142 | !if $uvn isitemof $localname |
142 | !if $uvn isitemof $localname |
143 | uvv=!line $i of $uvval |
143 | uvv=!line $i of $uvval |
144 | uvv=!item $(parm$uvc)+1 of $uvv |
144 | uvv=!item $(parm$uvc)+1 of $uvv |
145 | !! check if the value exists for this technical variable (only defined values can be save in user .def file) |
145 | !! check if the value exists for this technical variable (only defined values can be save in user .def file) |
146 | po=!positionof item $uvn in $tv_listname |
146 | po=!positionof item $uvn in $tv_listname |