Rev 7692 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
2998 | bpr | 1 | !if $wims_read_parm!=slib_header |
13585 | bpr | 2 | !goto proc |
2998 | bpr | 3 | !endif |
4 | |||
4351 | bpr | 5 | slib_author=Bernadette, Perrin-Riou |
3243 | bpr | 6 | |
2998 | bpr | 7 | !exit |
8 | |||
9 | :proc |
||
10 | !default slib_cnt_=0 |
||
11 | slib_cnt_= $[$slib_cnt_ +1] |
||
12 | slib_n=!randint 1000,3000 |
||
3241 | bpr | 13 | !distribute items $wims_read_parm into slib_ext |
14 | slib_text=!items 2 to -1 of $wims_read_parm |
||
3240 | bpr | 15 | |
2998 | bpr | 16 | !if $slib_ext!= |
17 | slib_ext=.$slib_ext |
||
18 | !endif |
||
19 | slib_name=file_$(slib_n)_$(slib_cnt_)$slib_ext |
||
20 | !readproc oef/togetfile.proc $slib_name new\ |
||
21 | $slib_text |
||
22 | |||
7692 | bpr | 23 | slib_out=$wims_ref_name?session=$session&+cmd=getfile&+special_parm=$slib_name |