To reuse same imagehandle& number:
If imagehandle& < -1 then ' it contains an image
_freeimage imagehandle&
end if
imagehandle& = _LoadImage( ) ' load imagehandle& for reuse
Just do the first thing before each time you do the 2nd thing.
If imagehandle& < -1 then ' it contains an image
_freeimage imagehandle&
end if
imagehandle& = _LoadImage( ) ' load imagehandle& for reuse
Just do the first thing before each time you do the 2nd thing.
b = b + ...