MACSCRPT Archives

November 2009

MACSCRPT@LISTSERV.DARTMOUTH.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Carlos Ysunza <[log in to unmask]>
Reply To:
Macintosh Scripting Systems <[log in to unmask]>
Date:
Wed, 4 Nov 2009 16:41:42 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (12 lines)
what about a simple  AppleScript?
----
set t to "114|20090826|00:00|N|1800|8005082|6719954|TVPG|L||CC|Stereo|N|Color||N| 
N|N|4:3 Fullscreen|N||||Y"

set oldTID to AppleScript's text item delimiters
set AppleScript's text item delimiters to {"|"}
set list1 to item 6 of text items of t
set list2 to item 7 of text items of t
set AppleScript's text item delimiters to oldTID
------

ATOM RSS1 RSS2