How to create a data table of 3 columns per row from numeric string
I'm new to JSL. I have a text string that contains values separated by a "#". The numbers are to be grouped in 3 columnsI know I can write a code to put the values in columns being separated by the "#", but how do I then create a table of 3 values in each row, until the table is complete. I know I'll also probably need to remove the first "#" to prevent issues as first 3 numbers would be in 2nd to...