Results 1 to 3 of 3

Thread: Passing an array to a function?

  1. #1

    Thread Starter
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    public function mytest(byval check() as variant)

    mytest = test(0)
    mytest1 = test(1)

    end function

  2. #2
    Fanatic Member
    Join Date
    Oct 1999
    Location
    MA, USA
    Posts
    523
    I don't get the question (the mytest = test(0)
    mytest1 = test(1) part confuses me). Could you write it more clearly.

  3. #3

    Thread Starter
    Hyperactive Member barrk's Avatar
    Join Date
    Sep 2000
    Location
    My own little world
    Posts
    274
    Think I figured it out! Thanks anyway!

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