Page 1 of 1

Listing all images in a card

Posted: Thu Apr 26, 2012 3:32 am
by scotttyang
Trying to find a way to list all the images in one card.

Something like put the images in card x, obviously doesn't work. Any work arounds?

Scott

Re: Listing all images in a card

Posted: Thu Apr 26, 2012 3:33 am
by sturgis
Something like this should work.
repeat with i = 1 to the number of images of cd "cardname"
put the short name of image i & return after tImages

end repeat
delete the last char of tImages
put tImages

Re: Listing all images in a card

Posted: Thu Apr 26, 2012 3:39 am
by scotttyang
Ah, of course! needed more coffee!