die Überschrift sagt bereits alles wo nach ich suche.
Mein Versuch war wie folgt:
B4X:
Sub txtOutputName_TextChanged (Old As String, New As String)
If Old.Length = 30 Then
txtOutputName.Text = txtOutputName.Text.SubString2(0, txtOutputName.Text.Length - 1)
End If
End Sub