I want to make a function in debugger which reverse a given string
For example

If it is written : BLASEN
after applying the fuction it appears: NESALB

How can I do that??