Rev 15293 | Rev 16658 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15293 | Rev 16552 | ||
---|---|---|---|
Line 11... | Line 11... | ||
11 | $ in $pp |
11 | $ in $pp |
12 | !set s_=!line 1 of $pp |
12 | !set s_=!line 1 of $pp |
13 | 13 | ||
14 | !set tmp=!text remove ,0123456789 in $s_ |
14 | !set tmp=!text remove ,0123456789 in $s_ |
15 | !set tmpcnt=!itemcnt $s_ |
15 | !set tmpcnt=!itemcnt $s_ |
16 | !if $tmp |
16 | !if size notin $s_ and ($tmp notsametext $empty or $s_=$empty or $tmpcnt!=2) |
17 | !exit |
17 | !exit |
18 | !endif |
18 | !endif |
- | 19 | !if size isin $s_ |
|
- | 20 | !set s_=!replace internal size by in $s_ |
|
- | 21 | !set s_=!trim $s_ |
|
19 | 22 | !endif |
|
20 | !set pp=!line 2 to -1 of $pp |
23 | !set pp=!line 2 to -1 of $pp |
21 | 24 | ||
22 | !read canvasimagedir.phtml $pp |
25 | !read canvasimagedir.phtml $pp |
23 | !set pp=!trim $canvas_ppm |
26 | !set pp=!trim $canvas_ppm |
24 | 27 |