User Tools

Site Tools


ugbasic:user:kw:begin_storage
Translations of this page:


ugBASIC User Manual

BEGIN STORAGE ✓

SYNTAX

   BEGIN STORAGE [name] [AS filename]
   STORAGE [name] [AS filename]

PURPOSE

The BEGIN STORAGE allows to begin describing the content of a storage media. The syntax of this command allows to define up to two parameter. The first parameter, name, refers to the internal name of the storage. The filename, optional, will define the file name that will contain the “image” of the storage. If omitted, the program filename will be used, and an additional incremented number will be appended, one for each storage media.

EXAMPLE

  BEGIN STORAGE "dischetto"
  ...
  ENDSTORAGE

See also the following example files:

ABBREVIATION

 BeStr

AVAILABLE ON

SEE ALSO

ALIAS FOR

ANY PROBLEM?

If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please open an issue for this keyword on GitHub. Thank you!

POWERED BY