From f683e49ad52f1b15acb96773f6208ea0d60831f7 Mon Sep 17 00:00:00 2001 From: neauoire Date: Sun, 27 Mar 2022 13:22:19 -0700 Subject: [PATCH] (file.tal) Flush file pointer --- projects/examples/devices/file.tal | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/examples/devices/file.tal b/projects/examples/devices/file.tal index 88c710d..fcf818a 100644 --- a/projects/examples/devices/file.tal +++ b/projects/examples/devices/file.tal @@ -11,6 +11,8 @@ ;filepath-txt .File0/name DEO2 ;part1 ,append JSR ;part2 ,append JSR + ( close file before changing device ) + .File0/name DEI2k ROT DEO2 ( read a file with file1 ) ;filepath-txt .File1/name DEO2 ,stream JSR