Re: passing an unknown # of arguments to a function?
Charles Goodwin <[email protected]>
| Newsgroups | gmane.comp.java.xwt.general |
|---|---|
| Message-ID | <308906BE5D07D5119285009027D61C5722F66B@NTFPS1> |
Pass the function an array or list. It appears as one argument to the function, but to you it can be as many as you like. -----Original Message----- From: Andrew Kohlsmith [mailto:[email protected]] Sent: 01 April 2003 15:13 To: [email protected] Subject: Re: [xwt-dev] passing an unknown # of arguments to a function? > Correct; arguments isn't an array, though it acts like one. Hmm, so how do I pass a function's arguments to another function? Why I'm worried about this: I am trying to write a wrapper for xwt.xmlrpc that contains a common exception handler and other goodies. Regards, Andrew _______________________________________________ http://lists.xwt.org/listinfo/dev _______________________________________________ http://lists.xwt.org/listinfo/dev