Thursday, September 30, 2004

Function variable limits

Have you ever wondered that there is a limit to the function variables in vb?

Apperently there is

Vincent says:

Do not pass more than 32 arguments for a Function
Do not pass more than 15 arguments if it is a Long, Double type for a Function

Kudos to Vincent