I need to format a CString that contains a phone number.
I need to remove all spaces and all characters that are not a number.
Please advice on how I can do this.
tel1 = replace(tel1,' ','')
That is how it would be done in C# but I don't have a clue how to do it in Clarion.