aps wrote:
> My application has 2 parts of programming
> 1. This part generates numbers (1-300)and saves in a file.
....
> My coding however saves the answer one behind the other and Im unable
> to do the alignment. Is this possible?
>
If the numbers generated in part 1 are in order, why not put int array
(300,1), expand this array in part 2 of program with a second column,
insert answer code at rich matrix row and save data at end of program.
Jörg