07-05-2025, 02:40 PM
So I was all out to lunch on that suspected cause of _TRUE being a -1 which was not within the range of (1 to 100). It took me awhile to realize the problem was in the name of the array ...data_array(?,?). For some reason that array would not accept _TRUE. As soon as I changed the name of the array to dataarray, removing the underscore, things when well ... MILLER TIMEĀ again...

