Yes, you can rely on the size matching the number of arguments. Rick
On Thu, Oct 8, 2009 at 4:22 PM, Mark Miesfeld <[email protected]> wrote: > Using the C++ native API and ARGLIST, for example: > > RexxMethod(RexxObjectPtr, baseDlg_test, ARGLIST, args) > > Some testing seems to indicate that with: > > size_t size = context->ArraySize(args) > > size will alway be the count of args passed, up to and including the > last real arg. Can that be counted on? > > I.e. > > self~test(1, 2, , , 5) > > produces 5 as the size of the arg list array. So does: > > self~test(1, 2, , , 5, , , ,) > > or > > self~test(1, 2, 3, 4, 5) > > Not as exciting as 128 bits ... > > -- > Mark Miesfeld > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
