Splitting a Concatenated String??

2004-03-21 Thread RL
In Write Labview Measurement File.vi there is a tab for Comment. I have several Text boxes that are concatenated to the Comment Tab. I have a problem splitting that long string into respective components when it is read in another vi. The strings are of variable length. It appears that I am

Re: Splitting a Concatenated String??

2004-03-21 Thread Mads
If you have added a comment to the file and want to read it and separate it into different substrings later on you will need to include a separator in the comment you write. Otherwise there is no way the other functions will know how to unbundle it (since it's not bundled but concatinated...).