extract a column of text

Björnke von Gierke bvg at mac.com
Wed Sep 3 18:55:11 EDT 2008


on mouseUp
   put field "data" into theData
   set the rowDelimiter to comma
   split theData by row
   put theData[4]
end mouseUp

On 4 Sep 2008, at 00:40, -= JB =- wrote:

> What is the easiest way to extract a column of text from a variable.
> For instance if I have a variable that has 200 lines with 12 items
> in each line and I want to extract all 200 lines of item 4.
>
> I have seen it done somewhere which allows me to either remove
> a column or extract a column but I do not remember where it is.
>
> -=>JB<=-
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your  
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution




More information about the use-livecode mailing list