Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,178

    Re: Help writing the IF statement for Y/N

    Are you asking how to update an element in an array?
    anArray[idx] = <new value for the element>;

    Or are you asking how to get the correct size to use when defining an array?
    Your posted sample...
  2. Replies
    3
    Views
    1,178

    Re: Help writing the IF statement for Y/N

    NOTE: Post moved to own thread.

    Do you have any specific questions or problems with the code?

    One minor problem I see is the formatting is not consistent. Indentations within {}s is poor...
Results 1 to 2 of 2