Re: make a list
Re: make a list
- Subject: Re: make a list
- From: Emmanuel <email@hidden>
- Date: Fri, 5 Dec 2003 22:54:38 +0100
At 4:58 PM +0100 05/12/03, Sascha Kuehn wrote:
>
hi,
>
>
i need to make a list of lists from a tab and return delimited string
>
like : "data1 [tab] data2 [tab] data3 [return] data4 [tab] data5 [tab]
>
data6"
>
[tab] and [return] are the delimiters!!
>
>
this string should become a list like: {{"data1", "data2",
>
"data3"},{"data4", "data5", "data6"}}
I suppose your data are not numbers, otherwise this would be one instruction in Smile.
Actually this is one instruction in ... an obsolete version of Smile:
------------------------
extractcolumn {{1,2,3}} in theData as list
------------------------
You'll have to download Smile 2.5.2 and, if you want, Smile Reference Manual (this is addressed p.111).
If you decide to try to use Smile 2.5.2 and the Smile Reference Manual, be aware that maybe they will be no longer available in a few hours.
Emmanuel
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >make a list (From: Sascha Kuehn <email@hidden>) |