flushing_20file_20buffers
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| flushing_20file_20buffers [2018/03/31 13:19] – external edit 127.0.0.1 | flushing_20file_20buffers [2024/01/05 00:22] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| - If the file you are creating is shared between two processes (e.g. one program writing to the file and another program reading from the file) it is necessary to flush the buffers to ensure that all the data written by one program can be read by the other program. | - If the file you are creating is shared between two processes (e.g. one program writing to the file and another program reading from the file) it is necessary to flush the buffers to ensure that all the data written by one program can be read by the other program. | ||
| \\ In both cases flushing BBC BASIC' | \\ In both cases flushing BBC BASIC' | ||
| + | <code bb4w> | ||
| PTR#chan% = PTR#chan% | PTR#chan% = PTR#chan% | ||
| + | </ | ||
| where **chan%** is the channel number returned by [[http:// | where **chan%** is the channel number returned by [[http:// | ||
flushing_20file_20buffers.1522502362.txt.gz · Last modified: 2024/01/05 00:17 (external edit)