Forum Discussion
DemoFour
3 years agoContinued Contributor
Error 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
3 years agoSuper User
In your trimList, you can include Character.FromNumber to generate the "strange" codes.
DemoFour
3 years agoContinued Contributor
ronrsnfld 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 agoSuper User
Another potential approach would select only the characters that you want to keep and throw everything else away.