Rev 20 | Rev 5165 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 20 | Rev 1206 | ||
---|---|---|---|
Line 18... | Line 18... | ||
18 | !for i=1 to $datacnt |
18 | !for i=1 to $datacnt |
19 | l_=!line $i of $cn_data |
19 | l_=!line $i of $cn_data |
20 | l_=!translate = to $\ |
20 | l_=!translate = to $\ |
21 | $ in $l_ |
21 | $ in $l_ |
22 | !distribute lines $l_ into n_,v_ |
22 | !distribute lines $l_ into n_,v_ |
23 | !if $n_ iswordof lastname firstname password email comments |
23 | !if $n_ iswordof lastname firstname password email comments regnum photourl\ |
24 | and $v_!=$(user_$n_) |
24 | and $v_!=$(user_$n_) |
25 | !setdef !set user_$n_=$v_ in $deffile |
25 | !setdef !set user_$n_=$v_ in $deffile |
26 | !endif |
26 | !endif |
27 | !next i |
27 | !next i |
28 | 28 |