Hi,
I'm trying to write some song information from iTunes to a text file. I currently have:
set combination to var_artist & tab & var_name & tab & var_album & return
This produces something like:
[MacRumors won't let me post tabs, it seems, so I've tried to illustrate the point with spaces.]
I'd like it to align in columns, so it's easier to read, like this:
Am I looking for something other than the tab character? How can I get this to work?
I'm trying to write some song information from iTunes to a text file. I currently have:
set combination to var_artist & tab & var_name & tab & var_album & return
This produces something like:
Code:
Bob Dylan Idiot Wind Blood on the Tracks
Bob Dylan Shelter From The Storm Blood On The Tracks
Bob Dylan Subterranean Homesick Blues Bringing It All Back Home
I'd like it to align in columns, so it's easier to read, like this:
Code:
Bob Dylan Idiot Wind Blood on the Tracks
Bob Dylan Shelter From The Storm Blood On The Tracks
Bob Dylan Subterranean Homesick Blues Bringing It All Back Home
Am I looking for something other than the tab character? How can I get this to work?