I have 2 data files; each has 6 columns and 12 rows. See attached my program and my two data files. I want to save theme in one file with 6 columns and 24 rows. How I can do that.
That's one method. You can also do this directly with the Reshape Array at the output of the for-loop. You just need to transpose the arrays when you read them by changing the Boolean constant's value.
Notes:
You should use path controls rather than string control to specify paths.
The Build Path function can be used to append a filename to a path.
The Index Array function is expandable, so you only need one with 5 inputs rather than 5 different ones. Not that it's actually needed here.
The Reshape Array uses constants for demonstation only. I expect these values are based on some data collection mechanism or other kind of configuration.
Message Edited by smercurio_fc on 03-28-200804:11 PM