Subversion Repositories wimsdev

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
18051 bpr 1
!set docsh_out=$wims_read_parm
2
!set tmp_list=worksheet cmd module session lang
3
!read getparm $docsh_out $tmp_list
4
!set docsh_out=$wims_read_parm
5
!set tmp_list=!words2items $tmp_list
6
!for name in $tmp_list
7
  !set get_$name=!listuniq $(get_$name)
8
  !for tt in $(get_$name)
9
    !set docsh_out=!replace internal $name=$tt by $empty in $docsh_out
10
  !next
11
  !set docsh_out=!replace internal $name=& by $empty in $docsh_out
12
!next
13
 
14
!set docsh_out=!replace internal & by , in $docsh_out
15
!set docsh_out=!nonempty items $docsh_out
16
!set docsh_out=!replace internal , by & in $docsh_out
17
!set docsh_out=!nospace $docsh_out