RobotStudio event

Syntax Error on declaration

Options
Hi i have some code (Below) in a semistatic task and i have notice that it has syntax errors on the declarations despite the check function showing none and the program running fine for years. could someone help explain why this is possible.



Many thanks 

lee 

Comments

  • DavidLanham
    Options
    Reason for Syntax error underline:
    1. Syntax error above these declarations
    2. These declarations are in wrong place in module
    3. Could be BaseWare related as well.  Ver 6.09 does not have a problem with what you have declared there

    Hope this helps...if not post your module and I will look at it.

  • lemster68
    Options
    Try declaring them as just VAR, drop the TASK.
    Lee Justice