Skip to navigation

Elite on the BBC Micro and NES

Save and load: DELI

[Elite-A, Docked]

Name: DELI [Show more] Type: Variable Category: Save and load Summary: The OS command string for deleting a file
Context: See this variable in context in the source code References: This variable is used as follows: * DELT uses DELI
.DELI \ --- Mod: Code removed for Elite-A: ------------------> \ EQUS "DE.:0.E.1234567"\ Short for "*DELETE :0.E.1234567" \ EQUB 13 \ --- And replaced by: --------------------------------> EQUS "DEL.:0.E.1234567" \ Short for "*DELETE :0.E.1234567" EQUB 13 \ --- End of replacement ------------------------------>