Getting an error 42 when compiling a LV program that has previously compiled. The error is in a file where I have a bunch of global variables defined including several arrays. The change to the program is during the read configuration VI where I had forgotten to initialize the arrays before using them. The arrays are each six elements long and initialized to either zero or one.