external updating procedure INDanIn(); global updating procedure AutoINDanIn() begin OpenFile("data.txt"); INDanIn(); CloseFile; return; end;