HI, If you want to delete the special characters from string, you can use "strAlpha" function. This copies only the alphanumeric characters from a string. Ex : info(strFmt("%1", strAlpha("?a*b!!!!cD123."))); results in "abcD123". I hope this helps :)
↧