dim myVar = a x = 187 stack 188 : push myVar (...) stack x : pull myVar
I know that the above statement won't work (I mean, it will compile, but it won't retrieve the value at 187), but I was curious if there was a method that would do something similar?
The second part of my question is that, if a variable pointer can be used, can we then write a function that points to a location on the stack, and then pulls/pushes a block of contiguous stack data (perhaps with a for-next loop)?
Would it help to give a specific example of what I'm trying to do?




Send me a message
Find content
Male
Display name history

























