Q: Replacing string as it is keyed in
I need to arrange two files. The first has a text box (txt1) where text, as it is entered is converted to uppercase (AEIOU) and all other letters are converted to Lcase.
When the Enter key is pressed it is copied to a freefile and the box is cleared for another entry, to a max of 6 lines. When form 2 loads the text saved in freefile is read from a disk file in lines into an array variable and displayed in a text box (txt2).
Kevin Crean; crean@iol.ie
A: Just get the example (9 Kb) and look at the code (it is just some lines) and you get the picture... Return