So im reading the memory, getting a value that is consistently changing and storing it in a variable, converting it to a string and displaying it for me to read.
This works fine, it displays the correct value whenever it changes.
My problem is this, I want to check if that value is decreasing or increasing.
Ive searched for an answer to this but everything I see only shows how to check if a value is decreasing/increasing if you manually set the value in the beginning and then do some work to change it.. My case is different because my value is never set by me, it is found outside of my program.
Any help or tips appreciated






