Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Thread: String Arrays []

    by Norm
    Replies
    7
    Views
    1,107

    Re: String Arrays []

    Which technique do you want to use? post#3 shows one way.
  2. Thread: String Arrays []

    by Norm
    Replies
    7
    Views
    1,107

    Re: String Arrays []

    To determine if an item is in an array you will need to look at each element in the array, usually done in a loop.
    You should look at using one of the collection classes to hold the words. Many have...
Results 1 to 2 of 2