Rev 7210 | Rev 16113 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 7210 | Rev 8167 | ||
---|---|---|---|
Line 34... | Line 34... | ||
34 | methparmcnt=!itemcnt $methparmtype |
34 | methparmcnt=!itemcnt $methparmtype |
35 | !for i=1 to $methparmcnt |
35 | !for i=1 to $methparmcnt |
36 | l=!item $i of $methparmtype |
36 | l=!item $i of $methparmtype |
37 | a=!word 1 of $l |
37 | a=!word 1 of $l |
38 | b=!word 2 to -1 of $l |
38 | b=!word 2 to -1 of $l |
- | 39 | ||
39 | !if $a=parm |
40 | !if $a=parm |
40 | mtobj$i=!exec mathexp extract $b\ |
41 | mtobj$i=!exec mathexp extract $b\ |
41 | $objects |
42 | $objects |
42 | !if ERROR isin $(mtobj$i) |
43 | !if ERROR isin $(mtobj$i) |
43 | badmeth=$methtit |
44 | badmeth=$methtit |