Error Number: |
0869 |
Description: |
Invalid Something or Other |
Common Causes: |
Happened to me once when i had two overlapping input fields, like so - Let IO1$(1)="10,47,C 23/255,UT,N" !: Let IO1$(2)="10,47,C 23/100,UT,N" |
Common Solutions: |
To correct I did this: Let IO1$(1)="09,47,C 23/255,UT,N" !: Let IO1$(2)="10,47,C 23/100,UT,N" |
Notes: |
Notice I changed the line number of the first field so it would not overlap the second... easy. |
ACS Help Home | Error Documentation Home |