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

Reply via email to