Originally Posted by
skeptile2
Hi again
Ok so this time I was fiddling around with methods, and trying to figure them out, and once I got them working I got this error - illegal start of expression.
the error appears on the line which I spaced out, and I was wondering what the problem is. When I go shift-F6, the file runs fine, however I want to know what the error is.
thanks,
Skeptile
you call the method like this in
main method...
methodTest1a m;
m = new methodTest1a();
m.Method1();
m.Method2();