Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Locomotive BASIC

32 bytes added, 13:02, 2 October 2025
/* OPENOUT ‹filename› */
==== <code>OPENOUT ‹filename›</code> ====
: Opens the specified data file for writing. It writes an ASCII file. (To close writing use the command <code>CLOSEOUT</code>.)

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /mnt/cpcwiki-httpdocs/includes/diff/DairikiDiff.php on line 434
 : Write to the file with PRINT#9. NOTE: No file is likely to be written until enough data is written (e.g. 2KB) or the file has at least 1 byte written and CLOSEOUT is used. NOTE: The following code pattern can be used to set MEMORY and lower HIMEM lower than would normally be allowed. This is often seen in disc loaders. This doesn't cause any file to be written:
OPENOUT"<filename>
2,636
edits