02-17-2026, 02:01 AM
(02-17-2026, 01:51 AM)Unseen Machine Wrote: If your calling the creation from within a Sub and the variable iy isnt shared then the sub cant access it.
So i.e
DIM Shared AS INTEGER Iy
Would probably fix it
Though without your full code this is just a guess...
Unseen
I also suspect this, and did ask if the variable was in scope. He says everything is declared in the same sub ??
There has to be an incorrect value somewhere which is why I asked him to print out the value right before his call to _NewImage !

