Typo in the program. The test in the for statement should be "i<24", not "i<63". It blows up because there are only 23 strings defined. The full structure in my full program has 63 elements; the test program only has 23.
Typo in the program. The test in the for statement should be "i<24", not "i<63". It blows up because there are only 23 strings defined. The full structure in my full program has 63 elements; the test program only has 23.