02-12-2010 10:53 AM
Hi ,
Im needing help to split a string like this .. A,B,C,ADV,ASDAS,ASDASDASD,AsDASD, ...instead of leters ll be numbers , but i get it using a string ... Need split it to put in a vector ,, each number in each position ....
Someone can help me ? ..
Im using labview 6 ..
Here is the print screen of my logic ....
Solved! Go to Solution.
02-12-2010 11:03 AM
02-12-2010 11:06 AM - edited 02-12-2010 11:07 AM
Not sure what you are trying to do. Are you trying to take a string of comma seperated values and place them into an array? Have you tried the "string to spreadsheet array" function in the strings palette? It allows you to input a delimited string, select the delimiter (comma, tab, etc.) to parse the string, connect a template array (1 D or 2D of teh type of expected output, numeric or text if you just want).
Slow typer!