What is the way to get the NAME of an image using the ID in the Image Library?
if an image ID 2002 has the name "cat.png", I would like to be able to get "cat.png" by referencing ID 2002.
So something like "put the name of id 2002" doesn't work give me "cat.png".
What is a way to get the Name of an image by using the ID of the image?
Scott
getting the name of an image ID
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: getting the name of an image ID
Scottyang…
That should do it for you
be well
Dixie
Code: Select all
put the short name of image id 1003
be well
Dixie