Barvier
❔ Converting String to an integer with a Hexadecimal Value
Since a lot of these answers where posted back in 2015 the languaged developed and I guess we dont have to use such a complicated method anymore.
First print, prints out correctly - still without prefix but its not a big issue. I can solve it later.
Second print, after conversion to int it prints out still INT32 number.
13 replies
reusable constantly updating int from memory (VAMEMORY)
Perfect! I have created two threads for each of the functions.
it prints 0 0 0 0 0 0 0 0 0 0 and its not updating the integer which should be already changed to 1 1 1 1 1 1 as I see it in other program.
Unnecessary assignment of a value to 'REUSABLE_INTEGER' at level: int REUSABLE_INTEGER = LocalAddressCheck;
so its not writing to the public int
42 replies
reusable constantly updating int from memory (VAMEMORY)
if I make
public static int = REUSABLE_INTEGER;
((loop that gives a REUSABLE_INTEGER a new value for an example 1))
((loop that reads value of REUSABLE INTEGER) it will still read 0 from the public int definied earlier instead of a value that got updated in previous loop
42 replies