CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 30

Threaded View

  1. #12
    Join Date
    Jul 2008
    Location
    Appleton, WI
    Posts
    23

    Re: Finding strings in multiple files

    WizBang -

    Yeah, I forgot if ParamArrays could be declared a specific data type or just variant. I don't use ParamArrays that often, but felt one would be appropriate for this purpose. And I had the function return a variant since I was returning a full array, should I have used object or string?
    Last edited by VehementSoftware; July 28th, 2008 at 01:44 PM.

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

Featured