Search:

Type: Posts; User: Ada Lovelace

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    882

    Re: Compile error - empty string?

    Your parsing an integer - but look what you declared ;)

    Wishes Ada xx
  2. Replies
    6
    Views
    882

    Re: Compile error - empty string?

    Anything you declare constant using 'final' should be written in uppercase.


    public final int LIVES = 3;

    Wishes Ada xx
Results 1 to 2 of 2