Forum Discussion
DemoFour
Continued Contributor
3 years agoError with Text.Trim
Hi people, I am trying to use a list with Text.Trim to remove punctuation and line breaks, but I am getting an error. In the Gill Raviv exersize 11-4, he uses Text.Trim and amended the code f...
ronrsnfld
Super User
3 years agoIn your trimList, you can include Character.FromNumber to generate the "strange" codes.
DemoFour
Continued Contributor
3 years agoronrsnfld You must have read my mind, as I was struggling for the codes to register and not be text string in the list!
- AlexisOlson3 years ago
Super User
Another potential approach would select only the characters that you want to keep and throw everything else away.