Re: Class name as argument

2007-05-14 Thread Gabriel Genellina
En Mon, 14 May 2007 19:34:52 -0300, HMS Surprise <[EMAIL PROTECTED]> escribió: > Snippet 1 below doesn't do much but works (more code is inserted by a > generator). In the next to last line the class name is also used as > argument. I have seen this construct before and have had error > messages

Class name as argument

2007-05-14 Thread HMS Surprise
Snippet 1 below doesn't do much but works (more code is inserted by a generator). In the next to last line the class name is also used as argument. I have seen this construct before and have had error messages tell me that the name is expected. Why is this so? In snippet 2 that I concocted is not r