Does anyone know the maximum number of attributes that can be passed to a function call in VB6 (SP 3)?
Thanks
Printable View
Does anyone know the maximum number of attributes that can be passed to a function call in VB6 (SP 3)?
Thanks
AFAIK there's no set limit to attributes if you use a Param Array as the last argument in your function call. All arguments starting from that argument will be returned in that array.
I'm not aware of a specific limit to the number of arguments that can be passed to a Function. Is there a specific problem that you are having? If so, please post with details and I'll see if I can help.