08-29-2022, 09:56 PM
That's a very interesting way to do that!
My first inclination would be to put an "EndOfData" marker at the end of the words in data and read until that marker is hit.
You would have to over dimension the arrays that holds the words or count them first like you do with your error code, then dim the Words$() with correct topLimit.
My first inclination would be to put an "EndOfData" marker at the end of the words in data and read until that marker is hit.
You would have to over dimension the arrays that holds the words or count them first like you do with your error code, then dim the Words$() with correct topLimit.
b = b + ...