Hi there
I have a class which calls a form.
As the form evolves I am feeding it with more and more values from the class
The main configuration routine is now receiving 22 parameters, mixture of Longs, and strings, some arrays
Questions...
Is there a limit to the number of parameters I can pass, it's getting cumbersome.
Should I be looking at a Parameter array and if so I presume because of the mixture of datatypes it needs to be of Object type.
Cheers.
I have a class which calls a form.
As the form evolves I am feeding it with more and more values from the class
The main configuration routine is now receiving 22 parameters, mixture of Longs, and strings, some arrays
Questions...
Is there a limit to the number of parameters I can pass, it's getting cumbersome.
Should I be looking at a Parameter array and if so I presume because of the mixture of datatypes it needs to be of Object type.
Cheers.