I was using "Array to spreadsheet string" to convert a tab-delimited string of numbers, when I noticed that if you input a line which contains text, eg: 1 <tab> 2 <tab> fred <tab> 4 it just converts the text to zero - there's no error cluster output, nor does it convert the text to "NaN"
I'd like to catch this error, and pass a user-defined error cluster out of the vi. Also, I'd like to check that the string has the expected number of columns and/or rows. I'm can write my own vi to do this, but it occurred to me that someone else on the forum has probably done it already, and probably done it more efficiently than I can! TIA Joolz