I have a string which is a paragraph. I would like to end this sting with a period. I know there are many functions in which I can remove the last character in a string, but what I can't figure out is how can I determine if the last character in a string is a comma, period or exclamation mark? If the last character is not one of these I would like to add a period at the end of the string. In my research in the manuals, I can only find how to cut off the last character in the string. Any thoughts?
Thanks in advance.
Owen The Samoan