Search:

Type: Posts; User: Norm

Search: Search took 0.13 seconds.

  1. Thread: Method Invokation

    by Norm
    Replies
    8
    Views
    1,034

    Re: Method Invokation

    How does the err() method tell its caller that it found an error so that its caller can change what other methods are called?
  2. Thread: Method Invokation

    by Norm
    Replies
    8
    Views
    1,034

    Re: Method Invokation

    The imageImsert() method is called if the variable: valid has a value of true. Where is the error detected and does that code set valid false and there is no other code that sets valid true after it...
  3. Thread: Method Invokation

    by Norm
    Replies
    8
    Views
    1,034

    Re: Method Invokation

    Where does the code use the value of the boolean to control whether or not method is called?
    What method(s) calls do you want to control based on the boolean variable's value?

    What method...
  4. Thread: Method Invokation

    by Norm
    Replies
    8
    Views
    1,034

    Re: Method Invokation

    Use a boolean variable to remember if there has been an error generated. Initialize it to false, set it true if there is an error and use its value in an if statement to control whether to call the...
Results 1 to 4 of 4