Hallo!
very simple question: I've just created a Function with many Parameters. If i want to compile, i get the Message "Reduzieren Sie den Ausdruck, so daß er weniger komplex ist" and the Cursor jumps to the 19th Parameter of the Function Call.
I guess i have too many Parameters, but i could not find anything about this Message. Can you acknowledge this?
Kindly Regards & Greetings from Germany
Andy
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Andy
I have never programmed functions with over 10 parameters as far as i can remember ...
starting a function wth more than 10 parameters is very strange.
Why you do not use temporary tables?
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
the only limitation is that you have the same type of all variables. this can be solved if you have several arrays of different types as parms...
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
right, exactly this is the reason
Thank you all... I've found a cleaner solution for my problem! :roll: