Subversion Repositories wimsdev

Rev

Rev 20 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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