1
i need help, it’s like, I have to record the data from a Multiline Textbox to a Database, which is already working, but I have to do an automatic punctuation in that information that was entered by the user, I’ll give an example :
Isto é a primeira frase;
Isto é a segunda frase;
Isto é a última frase.
The last sentence will always have to contain a "." and the sentences above that will have to contain a ";", has to be done automatically, in case the user forgets, because this information, will be later exported to a Word document and has to contain this punctuation.
How do I get the program to do it automatically ?