Prompt for Variables (Enhanced) Check List different seperator

Hi

I am using Prompt for Variables (Enhanced) with check list, in order to enable the user to enter a few possibilities. The problem is that the result comes as a string with CRLF between the values, and this makes it difficult to use and view. Is it possible to get a simple string separated by semicolon ";" ? (I know it is a donated action but it is very useful.)

Thanks, Daphna

One good thing about a string with CRLF between values is that you can use it in a list iterator. Just use the name of the variable as the set of values to iterate over.

Steve