Save some data question
Posted: Sat Apr 10, 2010 11:31 pm
If I have a variable called tData that contains lines of comma delimited data and I have another variable called tExport (created from 'ask file') that contains "/Users/Larry/Desktop/List.csv" shouldn't the following statement save the data to that file on my desktop:
put tData into URL tExport
I'm not sure what I'm missing. Thanks.
Larry
put tData into URL tExport
I'm not sure what I'm missing. Thanks.
Larry