09-12-2013 01:44 PM
I have a case like this
aaaaa,bbbbb,ccccc,ddddd,
The a, b, c, and d values are not the same on each read, different lengths
I need to remove the 4 commas and split the 4 segments out seperatly to use as variables in an equation.
How can this be accomplished?
Thank you in advance.
09-12-2013 01:48 PM
Use Spreadsheet String to Array. Make the type a 1D array of whatever you data type you want (string, integer, floating point). Set the delimiter to be a comma. For the format, it depends on the data type you want. For a string use %s, for an integer use %d, for a float use %f.
09-12-2013 04:13 PM
try that baby
09-12-2013 05:02 PM
That baby is a little too young for me... 😉
09-12-2013 05:06 PM
Lots going on inside the 2012 version. I guess it would save time versus strining all that stuff up... 🙂
09-12-2013 08:17 PM - edited 09-12-2013 08:35 PM
use scan from string with regex
09-12-2013 08:36 PM
Hi, there is another way to accomplish by using Spreadsheet String to Array.
09-12-2013 09:52 PM
@William1225 wrote:
Hi, there is another way to accomplish by using Spreadsheet String to Array.
this had already been mentioned...
09-12-2013 10:03 PM
XD...I didn't notice it, sorry to my carelessness....