What inspired this wish list request?
Multiple file import and open functions are able to save a list of files they open in a list. I'd like to see something similar with functions that can generate multiple columns from one, mainly text to columns
What is the improvement you would like to see?
saving text to column to a variable saves a list of column names generated to a list.
Example: A dt containing a column of numbers separated by commas
new_cols_list = dt << Text to Columns( columns( :Numbers column ), Delimiters( "," ) );
Why is this idea important?
This would allow more compact identification of generated columns, and therefore more streamlined, and less error-prone way of working with these columns, if needed