[Implemented] support list array map parameters in interface
Posted: Sun Aug 22, 2010 3:35 am
For the sake of consistency it would help if Lists Maps and Arrays could be used in interfaces as the can be in Procedures and Declares
Code: Select all
Interface X_obj
ProcX(List myList.s()) ; <---Syntax error
EndInterface