View Single Post
  #6 (permalink)  
Old 05-12-2008, 10:19 AM
specci48's Avatar
specci48 specci48 is online now
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 579
Default

Quote:
Originally Posted by TWELVE View Post
So the use of an array as return value would be the solution here.
There is no restriction on this, because the return value is always a (single) object. So any type (even structures) will do...

Quote:
Originally Posted by TWELVE View Post
if there were not the caveat that every array has to be global in B4P.
This seems to be a design restriction of basic4ppc. Even user defined structures have to be globals.


specci48
Reply With Quote