Hi All,
so, um, is there no way to get a variable which is equivalent to:
so that, for example, I can
which means when I set NewVariable, BytePointer[0] gets set too? Basically, I need NewVariable to be the variable pointed to by BytePointer.
so, um, is there no way to get a variable which is equivalent to:
BYTEPointer[0]
so that, for example, I can
NewVariable=BytePointer[0] NewVariable=100
which means when I set NewVariable, BytePointer[0] gets set too? Basically, I need NewVariable to be the variable pointed to by BytePointer.