PDA

View Full Version : image object caption help



poolnoodle
03-30-2003, 07:00 AM
i am using File.Search to scan a directory for .m3u's...is there a way to use the results to label image objects? i keep my playlists (pop.m3u, rap.m3u, techno.m3u, etc.) in a folder and i want to be able to label from the scan results so that if i move or add other files, the image labels will be accurate.

Derek
03-30-2003, 11:45 AM
Hi poolnoodle

ImageObject.SetText will set the test for you. You can use variables in this too:

<font color=green>ImageObject[ImageObject1].SetText ("SampleText")</font color=green>
OR
<font color=green>ImageObject[ImageObject1].SetText ("%Variable%")</font color=green>

You can even have both Text and Variables if that works best /ubbthreads/images/icons/smile.gif

poolnoodle
04-01-2003, 06:02 AM
one last question...how do i retrieve certain lines from the search result. when i tried, it pulled the entire string. please excuse what probably seems like a stupid question, but i am a newbie with a newborn so my learning and research time is very limited for a while.

Worm
04-01-2003, 07:20 AM
Use the String.GetDelimitedString action to grab the one you want.