Text to Columns result columns
I'm using the built-in JSL Text to Columns() function. I won't know how many "segments" my input text has, so I won't know in advance how many new columns will result from calling the function. But I need to know this so I can do certain subsequent steps in my script. Back when this was an add-in, Jeff Perkinson's v3 returned a result that gave the names of the columns that had been created; the v...