i tray to revers a text like "dany maor" to "roam ynad"
i hev a code bat i dont know how to prosid
-----------------------------------------------
result = Input.GetText("Input1");
size = String.Length(result);
numLoopCount = 1;
repeat
--the code
numLoopCount = numLoopCount + 1;
until numLoopCount == size;
------------------------------------------------
in "the code" i wont to take the "d" and put it on thename[1] and take the "a" and put it on thename[2] and the end put all in inutbox/ how i prosid????

