Skip to content

BASIC SET SAVE Statement

Curtis F Kaylor edited this page Dec 2, 2023 · 1 revision

SET SAVE

TYPE: plusBASIC system statement


FORMAT: SET SAVE ASC ON

Action: Causes SAVE to always save BASIC programs as ASCII format.

  • Programs will be SAVEd in ASCII format even if ,ASC does not follow the filename.

FORMAT: SET SAVE ASC OFF

Action: Causes SAVE to save BASIC programs in ASCII format only when specified.

  • Programs will be SAVEd in ASCII format only if ,ASC follows the filename.
  • This is the setting when BASIC starts up.
Clone this wiki locally