Hi everyone,
I'm having problems with the output of a value from a property list.
Well, actually I have a linear list and each index is a property list.

gmusicLib = [[#tagTitle: "Splish Splash", #tagArtist: "Bobby Darin",
#tagAlbum: "The Bobby Darin Story", #tagYear: "1961", #tagGenre:
"Oldies", #tagFilePath: "D:\My Music\old school\Bobby Darin - Splish
Splash.mp3"], [#tagTitle: "Runaround Sue", #tagArtist: "Dion",
#tagAlbum: "Runaround Sue", #tagYear: "1961", #tagGenre: "Oldies",
#tagFilePath: "D:\My Music\old school\Buddy Holly - Runaround Sue.mp3"]]

That's just an example once the file info is loaded.

I'm trying to output some of the values in to a text field member using
this:

    repeat with i = 1 to gmusicLib.count
        member("musicLibrary").item[i] = gmusicLib[i].tagArtist & " - "
& gmusicLib[i].tagTitle & RETURN
    end repeat

All that outputs is the artist name.

I found an example similar in Director 8.5 Studio that used apostrophes
inside the quotes, but I can't get that to work. I'm using MX, if that
makes a difference. 

I'm just a student learning director, so any explanations would be
really great :)
Thanks,
Mindy

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to