How to get image.picture filename
I saw another post that verified that I was getting a long number from code such as Var$=image1.picture. Is there a way to retrieve the image's filename? At this point I'll make an array to hold the filenames (I only need 42). Thanks for any suggestions.
Cadman
Re: How to get image.picture filename
The long number you see is the Bitmap handle. I don't think there is any way to determine the name of the file that the image is loaded from.
Re: How to get image.picture filename - Resolved
Thanks for such a quick reply. I am using an array to hold the filename and that works. This issue is resolved.