02-17-2026, 01:11 AM
(This post was last modified: 02-17-2026, 01:13 AM by ahenry3068.)
(02-17-2026, 01:04 AM)bobalooie Wrote:In that case please print out the values just prior to the _newimage. ! The code you have should work if iy is a valid value !(02-17-2026, 01:02 AM)ahenry3068 Wrote: A variable should be acceptable.
If that is the full code your using then your getting the illegal function call because iu isn't assigned a value (thus is 0) You can't do a _NEWIMAGE with a 0 dimension !
The variable's value is calculated before reaching this point in the code. It is a non-zero value.
Also make sure the variable is **in scope** you may think your initializing it but really getting the WRONG iy if the one your assigning isn't in the scope of the _newimage

