If you are trying to load the image and use an script to get all images at once, you need first to arrange your image in order to get them all correctly. For example, number cero is much wider than number one, so you have to copy and paste first all number in any painting program with the same separation between the numbers and then load this image and use the script.
Make an image of 100x10 in any program paing 10 numbers ,and use this script:
autocam off
sync on
load image "numbers.bmp",100
paste image 100,0,0
for i= 1 to 10
get image i,-10+i*10,0,i*10,10
paste image i,50+rnd(100),50+rnd(100)
next i
do
sync
loop
Cheers.
Example attached.
Cheers.
I'm not a grumpy grandpa
