Hi,
Maybe a daft question but is it possible to create unique image handles from within a Blitz program.
i.e I want to load x number of images and assign each with its own image handle, but the total number is not known until the code is run.
Would it be possible to use image+the number of the image loaded as the handle?
i.e
image001,image002.....
Maybe a daft question but is it possible to create unique image handles from within a Blitz program.
i.e I want to load x number of images and assign each with its own image handle, but the total number is not known until the code is run.
Would it be possible to use image+the number of the image loaded as the handle?
i.e
image001,image002.....