File handling in SpecBAS: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
 
Line 24: Line 24:


'''SAVE "filename" BANK id''' Saves a bank specified by the id number to a file. Any bank can be saved, regardless of how it was created – whether as a FONT bank, a SCREEN bank or whatever.
'''SAVE "filename" BANK id''' Saves a bank specified by the id number to a file. Any bank can be saved, regardless of how it was created – whether as a FONT bank, a SCREEN bank or whatever.
'''SAVE "filename" BANK id DATA''' Saves a bank in raw, header-less form, giving SpecBAS the ability to create file editing / conversion tools.


Loading and saving banks provides a powerful way of importing, exporting and working with data stored in any format.
Loading and saving banks provides a powerful way of importing, exporting and working with data stored in any format.
62

edits

Navigation menu