This may be a silly question but I am trying to edit a string which is stored as a local variable when a button is clicked. This is the code I am using, there is no error message, it just does not work.
Handler: inputTextLocal = inputTextLocal.substring(1,4);
Any help appreciated!