Rev 13798 | Rev 15293 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 13798 | Rev 14566 | ||
---|---|---|---|
Line 8... | Line 8... | ||
8 | !set pp=!replace internal ///?/?/?/// by \\ in $pp |
8 | !set pp=!replace internal ///?/?/?/// by \\ in $pp |
9 | !set pp=!translate internal $ $ to $\ |
9 | !set pp=!translate internal $ $ to $\ |
10 | $ in $pp |
10 | $ in $pp |
11 | !set s_=!line 1 of $pp |
11 | !set s_=!line 1 of $pp |
12 | 12 | ||
13 | !set |
13 | !set tmp=!text remove ,0123456789 in $s_ |
14 | !set |
14 | !set tmpcnt=!itemcnt $s_ |
15 | !if |
15 | !if $tmp notsametext $empty or $s_=$empty or $tmpcnt!=2 |
16 | !exit |
16 | !exit |
17 | !endif |
17 | !endif |
18 | 18 | ||
19 | !set pp=!line 2 to -1 of $pp |
19 | !set pp=!line 2 to -1 of $pp |
20 | 20 |