Announcement

Collapse
No announcement yet.

Help please with syntax error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Help please with syntax error

    I'm no programmer, so please no laughing at my code.

    I have stared at this for over an hour and can't figure out why I get a syntax error. Formula output window says I have a missing semi colon before line 54 (the second "if" statement).

    Any help is appreciated, feel free to look over all my code, I don't even know if it will work.
    Attached Files

  • #2
    coolmoss
    - Replace all instances of If with if
    - In line 148 you are missing a }
    - Declare the variables outside of preMain()
    - drawTextRelative is missing various parameters.
    Alex

    Comment


    • #3
      coolmoss as alexis has stated there are several minor faults which i have corrected for you also several others which i have marked in the efs so you can see them,
      Attached Files

      Comment


      • #4
        THANKYOU

        Thank you Alexis and shogun. Very slowly I keep learning bits more.

        Comment

        Working...
        X