Hey all, this is my first time posting, this is a very cool forum. my question is as follows
I have a relatively large list of text items. (delimited by returns) and I'm trying to print as many as possible onto cd labels. is it possible to some how get two columns of the same text field?
I've included my (2DAYS AMETUER)applescript I'm recieving the text from for giggles.
if anyone could help, it would be greatly apprecieated.
thanks matthew aidekman
-- choose folder to index
on open these_items
set theFolder to (item 1 of these_items)
tell application "Finder"
-- get the name format----------------------
set theName to (name of theFolder) as text
set theFormat to (format of theFolder) as text
-- get the index
set theList to ""
set kDelimiters to AppleScript's text item delimiters
set AppleScript's text item delimiters to return
tell application "Finder" to