04-16-2010 03:15 AM
I'm trying to get a for loop to read a string word by word, I have tried several different things to no avail.
For instance:
Who is there-->(for loop) [converted string]--> Whot ist thert
This is killing me, thanks for the help!
Solved! Go to Solution.
04-16-2010 03:21 AM
04-16-2010 03:21 AM
04-16-2010 03:25 AM
04-16-2010 03:30 AM
Here's the sub vi I made.
Any suggestions on changing any of this would be great.
Thank you so much for helping me out.
04-16-2010 03:57 AM
04-16-2010 04:07 AM
The simple solution (i cant open your .vi due to having 8.2) is send your string to the loop with a Shift Register. Inside loop, Match pattern to string, send Result after match to Shift register out, and Before match you let autobuild an array by connecting to loop border (should be an []). Then you'll have a string array with 1 word per row.
/Y
04-16-2010 04:14 AM
Hi
I can't open your attachment as I am using 8.5. Are you looking for some thing like this?
Thanks,
Sanad MM
04-16-2010 04:15 AM
04-16-2010 04:18 AM