Welcome to our new forum
All users of the legacy CODESYS Forums, please create a new account at account.codesys.com. But make sure to use the same E-Mail address as in the old Forum. Then your posts will be matched. Close

upper/lower case declaration variaible

hki75
2017-04-05
2017-04-05
  • hki75 - 2017-04-05

    is it possible in Codesys 2 to define 2 variable as following:

    VAR1 : bool;
    var1 : bool;

    without get error on compiling?

     
  • Anonymous - 2017-04-05

    Originally created by: scott_cunningham

    CoDeSys variables are case insensitive- both variables you asked about are the same as far as CoDeSys is concerned. This was a decision to make troubleshooting in the field easier.

     

Log in to post a comment.