output to text-file

make

Member
Hi

i use the follwoing code put out some value into a text-file.
But i have a problem. Everytime i run this code the old values in this text-file will be overwritten.
i wanto to append the new datas to the old.
I believe this is possible but i dont konw how

Thanks for help.

make

OUTPUT TO C:\lcdok5.txt.
FOR EACH wt_lcd no-lock:
EXPORT DELIMITER ';'
wt_lcd.k-nr
wt_lcd.fa_name
wt_lcd.stk.
end.
OUTPUT CLOSE.
 
Top