Search found 2 matches
- Tue Jun 14, 2005 4:11 pm
- Forum: Beginners
- Topic: Remove multiple spaces from text
- Replies: 2
- Views: 5998
- Tue Jun 14, 2005 2:49 pm
- Forum: Beginners
- Topic: Remove multiple spaces from text
- Replies: 2
- Views: 5998
Remove multiple spaces from text
I have a line of text from the clipboard that contains four numbers separated by a variable number of spaces. I need to parse these numbers into four variables. I tried using the separate command, but no luck. I either get one variable with the entire string or a variable for each character. Thanks