|
-
Jul 6th, 2000, 12:49 PM
#1
Thread Starter
New Member
Does anyone know the maximum number of attributes that can be passed to a function call in VB6 (SP 3)?
Thanks
-
Jul 6th, 2000, 01:41 PM
#2
transcendental analytic
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.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Jul 6th, 2000, 01:46 PM
#3
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.
"It's cold gin time again ..."
Check out my website here.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|