Quote:
Originally Posted by schausberger2019
TI didn't got, for example how I will replace each word: example print replace for method, if for selection and so on.
|
You would have to replace all the terms in StrRep with the ones that correspond to with each of the StrFnd terms. So, where you see 'print' in StrFnd, you'd have to find which term that corresponds to in StrRep (which just happens to be 'print' because both strings are the same) and change that to 'method'.
PS: you have three 'print' entries in your list...