C
celia
How can I remove the white space in text?
eg. "12( 35)" into "12(35)"
"12 3 5" into "1235"
"123 (5)" into "1235"
Possible to be done using TRIM function?
Thanks
eg. "12( 35)" into "12(35)"
"12 3 5" into "1235"
"123 (5)" into "1235"
Possible to be done using TRIM function?
Thanks