Are there any getXXX methods available for the FunctionParameter object? Currently we are forced to save the variables set in FunctionParameter to a global variable if we want to use those variables in functions other than main. When you have a large number of FunctionParameter's being used, it would make life easier (and code less code) if we could just query the FunctionParameter object.
If this doesn't exist, it is a feature I would like to see added...it should be very trivial to code.
Thanks,
Garth
If this doesn't exist, it is a feature I would like to see added...it should be very trivial to code.
Thanks,
Garth
Comment