On Mon, May 28, 2018 at 4:29 PM Stephen Adolph <[email protected]> wrote:
> yes, I do have a dim but ..not sure it matters though. I think I tried > with and without. > Hmm. Not sure how the basic variable allocator works. But if putting F=0 makes it work or not work I suspect that assigning F for the first time creates a new variable and caused the array to move. DIM’ing either or both, or assigning a value like you did might resolve. Whether that’s a bug I don’t know. Maybe you just need to be careful not to allocate variables between when you take VARPTR and when you use it the address. — John
