How to use Column() to convert multiple items?
In the following JSL, I want to delete columns using a List method. However, when selecting multiple options, only the first selected item is deleted. This is because Column() cannot handle the conversion of multiple column names selected.
Is there a more straightforward way to achieve the deletion of multiple items besides using a For loop to delete each column one by one?
dt = Open( "$SAMPLE_DAT
...