{{htmlmetatags>metatag-robots=() metatag-title=(BEGIN STORAGE | ugBASIC User Manual) metatag-keywords=(ugBASIC,Commodore 64,Commodore PLUS/4,ZX Spectrum) metatag-description=(Manual page for BEGIN STORAGE) metatag-media-og:image=(:ugbasic:logo-ugbasic-fb.png) metatag-og:title=(BEGIN STORAGE | ugBASIC User Manual) metatag-og:description=(Manual page for BEGIN STORAGE) }} ====== 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: * ''[[https://github.com/spotlessmind1975/ugbasic/tree/main/examples/storage_example_01.bas|storage_example_01.bas]]'' ==== ABBREVIATION ==== BeStr ==== AVAILABLE ON ==== * ==== SEE ALSO ==== [[ENDSTORAGE]] ==== ALIAS FOR ==== [[STORAGE]] ==== ANY PROBLEM? ==== If you have encountered a problem using this command, if you think there is a bug or the explanation is unclear, please [[https://github.com/spotlessmind1975/ugbasic/issues/new?title=ISSUE ON BEGIN STORAGE|open an issue]] for this keyword on GitHub. Thank you!===== POWERED BY ===== [[:ugbasic:user:index|{{ :ugbasic:user:logo-ugbasic.png?nolink&600 |}}]]