Jump to content

trailoftealeaves

Newbies
  • Posts

    1
  • Joined

  • Last visited

trailoftealeaves's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.