Page 1 of 1

[Implemented] Array Arguments in Interface definitions

Posted: Sat Feb 07, 2009 2:31 pm
by pcfreak
something like..

Code: Select all

Interface Test
 getArray(Array a.s(1))
EndInterface
at the moment this still returns in a syntax error, but it would be nice if it was possible, too. :wink:

Re: Array Arguments in Interface definitions

Posted: Mon Jul 26, 2010 5:29 pm
by netmaestro
Since 4.50 you can now do this. Not directly but if you put your array, map or list inside a structure you can pass the structure pointer and it works.