Re: LZ-Adv: Is it possible to write to .db's?


[Prev][Next][Index][Thread]

Re: LZ-Adv: Is it possible to write to .db's?



>This method describes how to change a con-changing string.  Was the
>original question asking that, or was it asking how to put a varialble
>into a .db during execution of a program?
>
>Jason "Thursday" Wenger
>jwenger@juno.com
>Illegitimi no carborundum


.db's don't change, unless the program changes the memory that they occupy.
For instance Mel's game, collumns has a save game memory allocation, a
list of db's.
To save a game, the compiler loads the address of the first .db, and writes
the saved game there when the program exits.  What good would it do you to
change data like this _while_ the program is running?




                                     -C.J.-






********************************************************************
Unsolicited commercial e-mail to the poster of this message
will be proofread at $70/hr, minimum charge $150.  Submission
of such e-mail to this address will suffice as contractual assent
to the said charging schedule.
********************************************************************


 


References: