Rev 20 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
20 | reyssat | 1 | !nocache |
2 | !for i=1 to $replycnt |
||
12325 | bpr | 3 | !for n in name,type,option,weight,style |
4 | reply$n$i=!line $i of $(reply$(n)s) |
||
5 | !next n |
||
20 | reyssat | 6 | !next i |
7 | !for i=1 to $choicecnt |
||
12325 | bpr | 8 | !for n in name,good,bad,list,items,option,weight |
9 | choice$n$i=!line $i of $(choice$(n)s) |
||
10 | !next n |
||
20 | reyssat | 11 | !next i |
12 | |||
13 | vslist_=!replace internal , by ,val in val$vsavelist |
||
14 | !distribute lines $vsave into $vslist_ |