I have the following string variable:
input str42 string
"10 20 30"
" 90 100 110"
"150 160 170 180"
end
I would like to get the values of each row into a local list or at least into new variables that I can then use to create the local list. I tried levelsof but it just removes the spaces.
input str42 string
"10 20 30"
" 90 100 110"
"150 160 170 180"
end
I would like to get the values of each row into a local list or at least into new variables that I can then use to create the local list. I tried levelsof but it just removes the spaces.
Comment