-
I would like to get a value from memory and use in my program then erite it back. E.g. Prog A stores the value 5 in memory, Prog B gets the value 5 then adds 2 to it the writes 7 back to the memory so when Prog A next accesses the variable it gets 7 not 5. I have tried some opening of processor reisters but the code didnt seem to work.
------------------
Quadrex
[email protected]
Quadrex Programming
-
try using the Savesetting() and getsetting functions to use the registry. what is a processor register?
-
try using the Savesetting() and getsetting functions to use the registry. what is a processor register?
-
But Prog A isnt written by me so I can't get it to write to the registry.
------------------
Quadrex
[email protected]
Quadrex Programming