Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    4
    Views
    1,458

    Re: Creating Objects at specified indexes

    Variable names are defined when you type them into the source code.
    If you want to change the contents of a String variable from "ques1" to "ques2" etc then enclose ques in "s like this:
    "ques" +...
  2. Replies
    4
    Views
    1,458

    Re: Creating Objects at specified indexes

    The compiler can not find a variable named: ques
    Where is that variable defined?
Results 1 to 2 of 2