Page 1 of 1

[Implemented] PB4B11 PB List as argument in Interface ?

Posted: Tue May 02, 2006 8:38 pm
by Flype
At the moment we can't do this :

Code: Select all

Interface MYOBJECT
  clear.l()
  count.l()
  free.l()
  copy.l(list.s())
EndInterface
could very be useful.

Posted: Tue May 02, 2006 9:27 pm
by Trond
Well, since interfaces was made to access object orient modules like COM and the format of PB linked lists are private to PB, well you get the point I think.

Posted: Tue May 02, 2006 9:49 pm
by Flype
yes but as we can create custom interface, i think it would be more consistent when programming in an oop approach.