Currently, in the APIs we have

SendMessage()    -- Takes an array of arguments
SendMessage0()  -  No arguments
SendMessage1()  - 1 argument
SendMessage2()  - 2 arguments.

and

RaiseException()  - Zero substitutions
RaiseException1() - One substitution
RaiseException2() - Two substitutions
RaiseExceptionArray() -- An array of arguments.

Consistency would suggest that RaiseExceptioin() should be
RaiseException0() and RaiseExceptionArray() should become
RaiseException().  Do others agree?

Rick

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Oorexx-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to