It looks like you're new here. Sign in or register to get started.
File.WriteMode := true; File.OPEN('MyFile.TXT'); File.POS(File.LEN); //set position in file to the end File.Write(...); File.Close;
Answers
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Then set the pointer to the END of the file.
Edit: Kine was faster, he posted the source that i described.
Regards
Vineeth.R