Announcement

Collapse
No announcement yet.

image object caption help

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • image object caption help

    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.

  • #2
    Re: image object caption help

    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 [img]/ubbthreads/images/icons/smile.gif[/img]
    -
    = Derek
    ["All glory comes from daring to begin" - fortune cookie]

    Comment


    • #3
      Re: image object caption help

      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.

      Comment


      • #4
        Re: image object caption help

        Use the String.GetDelimitedString action to grab the one you want.

        Comment

        Working...
        X