11-28-2007 12:45 PM
11-29-2007 04:33 AM - edited 11-29-2007 04:34 AM
11-29-2007 07:49 AM
Hi MY,
No problem generating and passing a single CString.
I haven't tried to generate this code yet but I'm guessing I might do the following to seperate the strings and rebuild my array in TestStand:
1. Use the Len() function to get the overall string length.
2. Use the Find() function in a loop to determine the index of the delimiting characters. Pobably hold the indexes in a local array.
3. Use the Mid() function in another loop to retrieve the desired strings and write them to the new array.
Am I on the right track or am I driving off into the weeds?
Thanks for the help
Steve S
11-29-2007 08:07 AM
11-29-2007 08:21 AM
11-29-2007 11:13 AM
The CStringArray class worked fine, of course.:
Thanks very much to you both,
Steve S