Results 1 to 2 of 2

Thread: How to return an array of values from a method?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2000
    Location
    hongkong
    Posts
    251

    How to return an array of values from a method?

    Dear Friends,

    Thanks for previous help.

    How can I return more than one value back to the caller please?

    Suppose I have to return an array of string from a method?

    Thanks

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    Do you mean that if you return a String Array. You want to return
    specific elements within that array? I would just return the whole array.

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