Results 1 to 3 of 3

Thread: Parameter limits in VB6 function call

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2000
    Posts
    1
    Does anyone know the maximum number of attributes that can be passed to a function call in VB6 (SP 3)?
    Thanks

  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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.

  3. #3
    PowerPoster BruceG's Avatar
    Join Date
    May 2000
    Location
    New Jersey (USA)
    Posts
    2,657
    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
  •  



Click Here to Expand Forum to Full Width