Search:

Type: Posts; User: chronoz13

Search: Search took 0.37 seconds.

  1. Replies
    6
    Views
    1,121

    Re: Need help my values wont return

    the term global is used in some other language like C and C++ or VB, what he mean is data member(an instance data member particularly), instead of creating those things(arrays in your case) locally...
  2. Replies
    6
    Views
    1,121

    Re: Need help my values wont return

    you have a method named Input, which has a return type 'void' means that this method doesnt return anything so it should not have a return statement inside of it


    you might have a look at this...
Results 1 to 2 of 2