After I split a string, I would like to paste all the values from all the variables into the first and get a long word list. Right now I am doing it rather cumbersome by saving each variable as a separate dataset and then appending them. However, this requires me to use preserve and now I have run into a bottleneck because I am doing this procedure within a preserve.
Is there a simpler way to split and stack words from a string?
Is there a simpler way to split and stack words from a string?
Comment