In regards to the simplification of the string to cluster program, I feel that I should not change the code which is already in place. I am simply adding to the code and do not wish to change so it. Even though as you stated, it is overly complex. One thing is, this VI is used in other places, as you could probably guess, and changing this vi will result in changes in unexpected other places. I inherited 95% of this code and I am adding some functionality. If during the process of going through everything I can revise this code to a more simple format without risking operational changes, I will definitely do so. However, since the string that is being read in here is written to a file by multiple VIs I feel that I should wait on doing such a drastic revision. With that being said, is there something simple that I am missing in my code that will enable me to bundle data into the internal cluster which I posted earlier. Also, keep in mind that there are multiple data elements (dbl, stings, etc) inside of this inner cluster that I need to extract from the string in my code. The code that I provided is in the simplest form to show the operation and syntax of the real code.
Also, is there something that I need to keep in mind in order to put the data in the correct element of the array? Thanks.
Message Edited by rlg50 on 08-24-2007 01:10 PM