i still with my problem, and my question is the next:
Which the code for change the variable in my "disco.mem" file,(modi, append), please tellme how step by step
I'm assuming you know something about the variables you wish to change - like their names, so just assign the values you want them to have and then re-save variables to the disco.mem file. So for example:
RESTORE FROM disco
DISPLAY MEMORY && this will give you a list of all memory variables defined,
&& system ones and the ones that just got created by the RESTORE command.
STORE 'Whatever' TO MyVar1
STORE 3.14159 TO MyVar2
.... && More STORE commands if necessary
....
SAVE TO disco
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.