> Overview

GC Wizard script has simple functions and methods for creating, opening, editing and saving files.

A file is a collection of bytes – numbers 0 … 255.

To open, create and save files, there are the commands

  • NEWFILE – initializes the file
  • OPENFILE – interrupts program execution and opens a dialog to open a file
  • SAVEFILE – interrupts program execution and opens a dialog for saving the file

The following functions are available for editing files

  • EOF – checks whether the end of the file has been reached
  • WRITETOFILE – writes to the file
  • READFROMFILE – reads values – numbers/strings – from the file
  • DUMPFILE – displays the file on the screen – as numbers, possibly in hexadecimal format or characters