How to Remove 'xx/100' the trailing string, when using ToWords - Crystal Report

How to Remove 'xx/100' the trailing string, when using ToWords

Left(ToWords(Sum ({YourTable.Field})), InStr(ToWords(Sum ({YourTable.Field})), " and ")) & " and " & ToWords(ToNumber (Right(ToText(Sum ({YourTable.Field})), 2 )), 0) & " cents."

0 comments: