I have a CR1000X data logger. With OS versions CR1000X.8.1 and CR1000X.8.2.1, my program runs without any problems. However, after updating the OS to CR1000X.8.3 (and the same issue occurs with OS CR1000X.8.4), I receive the following messages:
line 254: Warning: In the future FieldNames breaking CRBasic variable naming rules will cause a compile error
line 254: Warning: FieldNames: name contains invalid char '-'
line 254: Warning: FieldNames: name contains invalid char '-'
What is the problem, and how can I solve it?
Those are warnings, so the program still compiled and is running.
A future OS version will start enforcing it as an error. So, if possible change field labels to not use a dash character in them.