String functions in Crystal have a limit of 65534 characters. The size of the memo field is 7168 characters. The string function Right(string variable,Len(string variable)-27) would be a start.
Probably should first test the length of string and see if it is greater than 27 characters.
If Len(string variable) > 27 then formula = Right(string variable,Len(string variable)-27) Else formula = ""End If------------------------------
Myron Stevenson
Consultant
Clearis Consulting, Inc
Duluth, MN
218-525-6720
------------------------------