array [0.. max number] : how much?

fleaplc
2017-05-14
2017-05-15
  • fleaplc

    fleaplc - 2017-05-14

    someone know what's the limit to the number of elements in an array? 65535? more?

     
  • rickj - 2017-05-15

    Use a VAR CONST to define the max value. Determine which data types the compiler will accept for this and you will have your answer.

     

Log in to post a comment.