07-23-2007 10:06 AM
07-23-2007 10:42 AM - edited 07-23-2007 10:42 AM
You just need to use the Spreadsheet String to Array function and then index out the elements of the array. Here's an example that uses that and some other improvements. I'm assuming you want to do this repeatedly so you should have a while loop. Do not use run continuous mode.
I don't understand your last comment though about the extra CR. The way the strings were being written before with a comma between values, they would each show up in a different cell when you imported a csv file in Excel.
Message Edited by Dennis Knutson on 07-23-2007 09:43 AM
07-24-2007 09:51 AM
07-24-2007 10:31 AM
07-25-2007 03:21 PM
07-25-2007 03:43 PM