Array tips and tricks - Array temporary data empty
Posted: Fri Sep 30, 2016 7:04 pm
Hi
I am working through the Array How To steps. Below is the code quoted on the page. For the script to work the word temporary should be replaced with temp.
I am not able to post the url: (Your account does not have permission to post links or domain/page references.)
Page name below.
9678-how-do-i-convert-tab-delimited-data-into-an-array
on mouseUp
put field 2 into theData
split theData by column
put theData[1] into temporary
put theData[3] into theData[1]
put temporary into theData[3]
combine theData by column
put theData
end mouseUp
Regards
Bruce
I am working through the Array How To steps. Below is the code quoted on the page. For the script to work the word temporary should be replaced with temp.
I am not able to post the url: (Your account does not have permission to post links or domain/page references.)
Page name below.
9678-how-do-i-convert-tab-delimited-data-into-an-array
on mouseUp
put field 2 into theData
split theData by column
put theData[1] into temporary
put theData[3] into theData[1]
put temporary into theData[3]
combine theData by column
put theData
end mouseUp
Regards
Bruce