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
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to