When I use the Text Change event, can not obtain Chinese characters, for example, I enter zhang (张), he recorded the z h a n g, therefore, for the Chinese, it Can not dynamically acquire
Sub TextField1_TextChanged (OldText As String, NewText As String) 'change the event name to match your view.
Log($"OldText: ${OldText}, NewText: ${NewText}"$)
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.