PDA

Click to See Complete Forum and Search --> : Getting values from Memory


Quadrex
Jan 23rd, 2000, 03:54 AM
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
webmaster@quadrex.f9.co.uk
Quadrex Programming (http://www.quadrex.f9.co.uk)

Jan 23rd, 2000, 04:20 AM
try using the Savesetting() and getsetting functions to use the registry. what is a processor register?

Jan 23rd, 2000, 04:20 AM
try using the Savesetting() and getsetting functions to use the registry. what is a processor register?

Quadrex
Jan 23rd, 2000, 04:52 AM
But Prog A isnt written by me so I can't get it to write to the registry.

------------------
Quadrex
webmaster@quadrex.f9.co.uk
Quadrex Programming (http://www.quadrex.f9.co.uk)