My old memory is really failing me. What is the maximum number of parameters that can be passed with a do app statement. (i.e, do app with parm1,parm2 etc)?
Thanks
27 is also the max in VFP 6.0. However if you need more than just a few, you should consider creating an object with all the parameters as properties, and pass that. It's easier to add parameters and you aren't hampered by the exact order of the values.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.