Search:

Type: Posts; User: wingchunjohn

Search: Search took 0.10 seconds.

  1. Re: how to write an if statement which evaluates 3 dialogue boxes

    No worries - I've just cracked it!!

    Basically I craeted another varaiable and each time added to to it. All's good

    Thanks
  2. Re: how to write an if statement which evaluates 3 dialogue boxes

    Ah right I'm with you!!

    The only thing is, in the course that I'm doing, we haven't yet learnt about arrays so will not be able to use them.

    If I put the answers into 3 variables, how would I...
  3. Re: how to write an if statement which evaluates 3 dialogue boxes

    Could you also do this without the array. for exemple by just checking


    if ( x==1)
    {
    //do something
    }

    etc etc??
Results 1 to 3 of 3