Skip to content
Andrew Owen edited this page Sep 17, 2023 · 3 revisions

NAME


NAME old_name TO new_name

Renames the disk file old_name into new_name.

Parameters

The string expressions old_name and new_name are valid FILESPEC file specifications giving the path on a disk device to the old and new filenames, respectively.

Notes

new_name will be modified into all-uppercase 8.3 format.

Errors

  • old_name or new_name have number values: Type mismatch.
  • old_name does not exist: File not found.
  • old_name is open: File already open.
  • new_name exists: File already exists.

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