[/CODE]
Originally posted by hellswraith

when you specify a return type in your method signature, you MUST return that type.
lol...

[CODE]
public ArrayList[] a()
{
return null ;
}