I am using the split command and wish to use parse using different separators to create new variables with different prefixes according to the parsing separator. For example, the string might be "a:text1 b:text2: a:text3". I'd like to convert this to three different variables: a1 (containing text1) b1 (containing text2) and a2 (containing text3). Is this possible? My original string could have multiple numbers of the prefixes a and b, all interspersed with each other and differing from observation to observation.
-
Login or Register
- Log in with
Comment