Goalie3533
Programmer
I need to create a formula that determines how many characters are in a string. If the string length is greater than 17, I need to remove all characters after the 17th and add to the string: "..."
So "Hello. How are you doing today?" would become "Hello. How are y..."
If the string length is less than 17, leave it alone.
How would I create this in crystal? Thanks in advance.
-Goalie35
So "Hello. How are you doing today?" would become "Hello. How are y..."
If the string length is less than 17, leave it alone.
How would I create this in crystal? Thanks in advance.
-Goalie35