CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2008
    Posts
    140

    arrays of strings

    If I made a string array, would each number in the array hold a different string or character? I know a character array holds a string, so I'm not talking about that. I'm talking about a string array.

  2. #2
    Join Date
    Jun 2005
    Posts
    315

    Re: arrays of strings

    Yes, you can have an array of strings, and each index would resolve to a string within that array. I'd imagine doing a quick search of these forums would yield several examples.

  3. #3
    Join Date
    Jul 2008
    Posts
    140

    Re: arrays of strings

    Thanks.

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