When I find "2"(after), "5"(after), "8"(before) in "123456789"
It works → 67
When I find "2"(after), "0"(after), "8"(before) in "123456789"
It shows → Not contain
I need it to tell me "5" has been changed
I tried to replace "Not contain" with "No (get at)"
It shows → No 8 (not No 0)(because "8" is the last )
Oh, sorry, I was wrong
"I need it to tell me "5" has been changed" is incorrect
Anyway, when I write:"2"(after), "0"(after), "8"(before) in "123456789"
I need an alert: "There is no 0"