Skip to Content
0
Jun 14, 2006 at 10:08 AM

Returning List of Class Objects from a class method.

166 Views

Hi,

I have a class method, in that method I will create instances of the same class and I want return those instances as an export parameter. Is there any other way apart from creating a table type of the class and using it as the type of the export parameter. With out creating any global type how can I return list of objects from this class method and how can I read that list in my calling program.

Regards,

Sesh