
Originally Posted by
jeffreybrown (via Private Message)
I see where you Set CpyRNG and would like to know how I can see the entire range as it is held in memory.
As I step through the code using F8 I know I can open up the Locals window and view the values of the variable plus many other things, but how can I see the CpyRNG?
Jeffrey, please continue the thread discussion in the open forum, as per the Forum Rules. (See rule #4) Thanks.
To simply see the address is easy:
...will print the range in the Immediate Window (CTRL-G to see it if it's not open already).
You need to see individual values within the CpyRNG? Any particular reason why? That starts to get a bit ugly to read code-wise, and I don't do that very often. If the values inside the CpyRNG are relevant to the copy procedure in some way, I would probably rethink the whole thing, so more info makes it easier to understand what you're thinking.
Bookmarks