Subversion Repositories wimsdev

Rev

Rev 12467 | Rev 14341 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 12467 Rev 14088
Line 38... Line 38...
38
dl=!replace word averages by $av in $dl
38
dl=!replace word averages by $av in $dl
39
dl=!replace word sheets by $sh in $dl
39
dl=!replace word sheets by $sh in $dl
40
dl=!replace word exams by $ex in $dl
40
dl=!replace word exams by $ex in $dl
41
dl=!replace word manuals by $ma in $dl
41
dl=!replace word manuals by $ma in $dl
42
!if sheetexos isin $dl
42
!if sheetexos isin $dl
43
 tmp=!column 2 to -1 of $se
43
  tmp=!column 2 to -1 of $se
44
 tmp=!lines2words $tmp
44
  tmp=!lines2words $tmp
45
 dl=!replace word sheetexos by $tmp in $dl
45
  dl=!replace word sheetexos by $tmp in $dl
46
!else
46
!else
47
  !for i in $activesh
47
  !for i in $activesh
48
    !if sheetexo$i iswordof $dl
48
    !if sheetexo$i iswordof $dl
49
      tmp=!select $se where column 1 = $i
49
      tmp=!select $se where column 1 = $i
50
      dl=!replace word sheetexo$i by $(tmp[2..-1]) in $dl
50
      dl=!replace word sheetexo$i by $(tmp[2..-1]) in $dl
Line 85... Line 85...
85
dl=!nospace $dl
85
dl=!nospace $dl
86
dl_var=!nospace $dl_var
86
dl_var=!nospace $dl_var
87
dl_v=!nospace $dl_v
87
dl_v=!nospace $dl_v
88
dlcnt=!itemcnt $dl
88
dlcnt=!itemcnt $dl
89
!if $dlcnt=0
89
!if $dlcnt=0
90
 !exit
90
  !exit
91
!endif
91
!endif
92
 
92
 
93
sep_csv=,
93
sep_csv=,
94
sep_ods=;
94
sep_ods=;
95
sep_xls=;
95
sep_xls=;
Line 231... Line 231...
231
            !set t_=$t_ ,$oo
231
            !set t_=$t_ ,$oo
232
          !endif
232
          !endif
233
          !set user_exam$(i)_exexo_$(k_)=!replace internal , by : in $t_
233
          !set user_exam$(i)_exexo_$(k_)=!replace internal , by : in $t_
234
        !next
234
        !next
235
      !endif
235
      !endif
236
   !next i
236
    !next i
237
    !for i=1 to $gcnt
237
    !for i=1 to $gcnt
238
      !if manual$i isitemof $dl
238
      !if manual$i isitemof $dl
239
        user_manual$i=!item $i of $(Manual_$uuu)
239
        user_manual$i=!item $i of $(Manual_$uuu)
240
        !default user_manual$i=0
240
        !default user_manual$i=0
241
      !endif
241
      !endif