Rev 10516 | Rev 10850 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10516 | Rev 10702 | ||
---|---|---|---|
Line 25... | Line 25... | ||
25 | !if techvar isitemof $csvdownload |
25 | !if techvar isitemof $csvdownload |
26 | !! add technical variable list to download list |
26 | !! add technical variable list to download list |
27 | csvdownload=!listcomplement techvar in $csvdownload |
27 | csvdownload=!listcomplement techvar in $csvdownload |
28 | nb=!linecnt $tv_listtechvar |
28 | nb=!linecnt $tv_listtechvar |
29 | !for k=1 to $nb |
29 | !for k=1 to $nb |
30 |
|
30 | name=$(tv_listcode[$k]) |
31 | csvdownload=!append item techvar_$name to $csvdownload |
31 | csvdownload=!append item techvar_$name to $csvdownload |
32 | code_user_techvar_$name=var_$(tv_listtechvar[$k;1]) |
32 | code_user_techvar_$name=var_$(tv_listtechvar[$k;1]) |
33 | name_user_techvar_$name=$(tv_listtechvar[$k;1]) |
33 | name_user_techvar_$name=$(tv_listtechvar[$k;1]) |
34 | !next k |
34 | !next k |
35 | !endif |
35 | !endif |