what is the use of Auto,save,load in Basic Programming ?
Answers
Answered by
1
┏─━─━─━─━∞◆∞━─━─━─━─┓
✭✮ӇЄƦЄ ƖƧ ƳƠƲƦ ƛƝƧƜЄƦ✮✭
┗─━─━─━─━∞◆∞━─━─━─━─┛
XPP lets you save data from the calculations you have done either in XPP or in AUTO. Any data in the Data Browser can be written to a file. In the Data Browser window, just click on (Write) and give the filename. The data is saved in ASCII format with each row in the file corresponding to a row in the Browser.
Answered by
0
Answer:
The load/save sequences are not automated by default to give you freedom to test and develop further. When you're ready to publish your game, we have commented functions in SaveLoadMap and SaveLoadWWW that allow you to automatically save or load content on game start or exit.
Similar questions