hello everyone,
in a EditText i need to separate some words from the input text..
i use (EditText.SetSelection) and (EditText .SelectionLength) but i dont know how to copy the selected string:
Dim A As Int
EditTextH.SelectAll
A=EditTextH.SelectionLength
EditTextH.SetSelection(1,A-1)
' nedd her to copy the selected text
End Sub
in a EditText i need to separate some words from the input text..
i use (EditText.SetSelection) and (EditText .SelectionLength) but i dont know how to copy the selected string:
Dim A As Int
EditTextH.SelectAll
A=EditTextH.SelectionLength
EditTextH.SetSelection(1,A-1)
' nedd her to copy the selected text
End Sub