Subversion Repositories wimsdev

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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