If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
I’m not aware of any way to pass more than 300 “parameters” to any function. Obviously, a data structure or an array can have many more elements, but the data structure (or array) would normally be a single “parameter” by itself.
If Synon provides generated code to pass up to 1000 values between functions, then it is almost certainly built into the product code. You would then need to ask Synon support how to pass more values than that.
I would expect that the final answer will involve creating and passing either a data structure or an array — possibly even an array of data structures or vice versa.
Regardless, it’s probably not a good idea. The model probably needs to be changed so that fewer values are passed.
how to add more than 1000 parameters to a synon function
I’m not aware of any way to pass more than 300 “parameters” to any function. Obviously, a data structure or an array can have many more elements, but the data structure (or array) would normally be a single “parameter” by itself.
If Synon provides generated code to pass up to 1000 values between functions, then it is almost certainly built into the product code. You would then need to ask Synon support how to pass more values than that.
I would expect that the final answer will involve creating and passing either a data structure or an array — possibly even an array of data structures or vice versa.
Regardless, it’s probably not a good idea. The model probably needs to be changed so that fewer values are passed.
Tom