Rev 16120 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 16120 | Rev 16135 | ||
---|---|---|---|
Line 43... | Line 43... | ||
43 | !endif |
43 | !endif |
44 | 44 | ||
45 | methparm3=!word 1 of $methparm3 |
45 | methparm3=!word 1 of $methparm3 |
46 | !if $methparm3!=$empty and $methparm3!=$ivar |
46 | !if $methparm3!=$empty and $methparm3!=$ivar |
47 | error=You cannot change the variable name here. Please correct. |
47 | error=You cannot change the variable name here. Please correct. |
48 |
|
48 | !exit |
- | 49 | !endif |
|
49 | !read deduc/sub/checkzero ($iker)-($methparm2) |
50 | !read deduc/sub/checkzero ($iker)-($methparm2) |
50 | !if $out=$empty |
51 | !if $out=$empty |
51 | error=bad_data |
52 | error=bad_data |
52 | !exit |
53 | !exit |
53 | !endif |
54 | !endif |