If I have a text variable, 'words' containing the text 'apple banana', is it possible to extract the two words into new variables?
Context: I have a variable I'm already using that sets a grid location to a row and column, for instance 'B 13', for later use. A new use-case has arisen whereby I'd like to see the row and column individually, and I did not have the foresight to split them originally. Rather than have to edit everything stem to stern, I thought about extracting 'row' and 'column' from 'grid'. Is this doable?