02-23-2015 01:42 PM
I have a Input string "1.15;10;1.25;20;1.35;30;1.45;40". i need to seperate the data, use a For loop i need to input the Iterations
the String length will change.
I want to use a While loop and have it stop when there is no more data. i can only get it to work when i use a stop button.
thanks
02-23-2015 01:45 PM
02-23-2015 01:52 PM - edited 02-23-2015 01:54 PM
Why use a loop at all?
Use Split Strings.vi
Its in vi.lib\Advanced String\
There is even a Free Toolkit called "Hidden Gems" that sticks some of those useful vis on the functions pallets.
@Gerd: What's the loop for?
02-23-2015 01:56 PM
02-23-2015 02:16 PM
Thank you
JWTIII
02-23-2015 03:40 PM
Thanks are given with kudos, and marking the appropriate answer (or more appropriate) in the thread.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord