I think the issue is that you can't use a variable as a value.
The manual reads as follows:
"Array variables with a variable index may not be used in LOOKDOWN2 although array variables with a constant index are allowed."
To me this means you can't do B0[1] but you can do B0. I'm I thinking wrong?
Any help is appricated. Basically I have a list of 7 values in EEProm I need to compare to a calculated variable.
Basically the functionality of LookDown with EEProm variable in the list.
Bookmarks