Skip to content
Andrew Owen edited this page May 30, 2023 · 2 revisions

SAVE


SAVE file_spec [,"T"]

Stores the current program in a file.

If ,"T" is specified, saves a tokenized program.

Parameters

The string expression file_spec is a valid filespec indicating the file to store to.

Notes

In Microsofr BASIC you can append , A to save the file in plain text or , P to save a protected listing, otherwise the file is saved in tokenized format. In SE Basic IV the file is saved in plain text format unless you append , "T".

Errors

  • file_spec has a number value: Type mismatch.
  • file_spec is an empty string: Bad I/O device.
  • file_spec is too long: Bad I/O device.

Welcome to the SE BASIC wiki


  • Press RETURN to return to this menu.
  • Enter the name of a TOPIC to display it.
  • Enter EXIT to return to BASIC.

Choose from the following topics:

  1. Quick start guide: QUICK
  2. User's guide: USER
  3. Configuration guide: CONFIG
  4. Language guide: LANGUAGE
  5. Language reference: BASIC
  6. Technical reference: TECH
  7. Developer's guide: DEV
  8. Acknowledgemets: CREDITS
  9. Licenses: LICENSE
Clone this wiki locally