Android Question got runtime a string

Sheri

New Member
Hi,
I have a few strings and I want to calculate the runtime of each of these strings individually. is this possible? how?
this code do it manually, but i want to calculate automatically.
thanks


Sub Button4_Click
Dim pos As Int=med.Position
EditText1.Text=EditText1.Text&pos&CRLF
EditText1.SelectionStart=EditText1.Text.Length-1
End Sub
 
Top