Hi ,
What is the procedure to make export ascii write several times into the
ascii file within the same record ?
that is :
export ascii tot=("file.txt") r=\n
then : tot(1)="bla bla bla" ' first line I want to be created
then : tot(1)="THIS IS a SECOND LINE"
then : ......etc
Should I do : goto export line or should I do a "write" between lines ?
Thanks