07-30-2010 01:01 PM - edited 07-30-2010 01:02 PM
I've got what I'm hoping is a real simple problem. I concatenate several strings together and write to 2 different file locations. One location is written to after going thru Array to Spreadsheet String. The other write instance/location happens after I insert ( via Replace Array Subset) two items into the array of strings. My issue arises from the fact that after I insert the items into the array of strings, it is output in a column. I would like my output to be written in a row, like it is after going thru the Array to Spreadsheet String. thanks for the help
07-30-2010 01:15 PM
Nevermind, i figured it out. i just have to place Spreadsheet string to Array after the Replace Array Subset, and not before, like i tried once.......