Hi all
I have a VB function that I have found, and would like to use it in Crystal. The following is an extract of the formula I want to use to identify phone numbers with an illegal character set (ie - not those listed in the second line). This function was sent by a friend, and of course, the 'RemoveIllegalChars' wont work in Crystal (I am using XI).
Phone Number = trim("Work 1234 5678")
Phone Number = RemoveIllegalChars(OldNumber,"0123456789 +")
If OldNumber <> NewNumber then "Its got illegal chars"
Is anyone able to help out with an alternative.
Cheers
Gez
I have a VB function that I have found, and would like to use it in Crystal. The following is an extract of the formula I want to use to identify phone numbers with an illegal character set (ie - not those listed in the second line). This function was sent by a friend, and of course, the 'RemoveIllegalChars' wont work in Crystal (I am using XI).
Phone Number = trim("Work 1234 5678")
Phone Number = RemoveIllegalChars(OldNumber,"0123456789 +")
If OldNumber <> NewNumber then "Its got illegal chars"
Is anyone able to help out with an alternative.
Cheers
Gez