-
refresh buffer
Hi everybody,
what is the command for refreshing buffer into all open files WITHOUT closing these files.
I know that Reset command do that but closes files.
I want to copy buffer in active files but without closing these files.
Thanks in advance
Best
-
Re: refresh buffer
what kind of files and what access methods are you using with these files? Where are they located (local/remote)?
John G
-
Re: refresh buffer
Hi,
I use text file and they are on local disk.
My data are some numeric or string values print in text files. As i run several replications for simulation runs (hundreds loops), i want to refresh buffer into files for each of these replications and to not wait for the end of all replication to transfer buffer in files.
Thanks
Thanks
-
Re: refresh buffer
If you are wanting to refresh the text fiels on disk, there is no magical way to do that. You will just have to rewrite the files yourself at the interval you desire.
John G