So i want to have an application where the user types in a word in a text box and in another text box they put a letter for example "e" and in the third text box they put down what letter they want to replace it with example "f"
So Example:
Eat
E
F
And then the label will show "Fat" So ive tried really hard trying to do it without the replace function because I can't use it. I'm trying to use a loop and a mid function.
Any help will be greatly appreciated!