How to Remove non-ascii characters from data
I have some code that gets caller ID Data. Everything works fine, but there are some non printing characters that cause problems when put into a database. How can I remove these characters? (the length of the received data varies by phone call) Thanks
Kirtan PatelPosted Aug 5, 2009, 4:41 PM
If you want to Use For Extended ASCII then change the Limit to 255 in that if condition
Happy Coding :)
patrickPosted Aug 5, 2009, 6:29 PM