Say I had some code like this that is reading the flat file below
if entry(5,recordin,",") = "e" then
assign entry(5,recordin,",") = "z".
on record 2, I get an error something like "entry 5 is outside the range ..."
Is there a way to test for the existence of an entry or the number of...