Page 1 of 1

characters on a field

Posted: Wed Jan 19, 2022 10:09 pm
by Samuele
Hi, how can i check how many characters are there on an android native field?
tahnks!
(P.S, for @klaus, yes i checked the dictionary :wink: )

Re: characters on a field

Posted: Wed Jan 19, 2022 10:43 pm
by andresdt
use the text property

Code: Select all

put the number of chars of the text of widget "Android Native Field"

Re: characters on a field

Posted: Thu Jan 20, 2022 12:50 pm
by Samuele
thank you! worked.

Re: characters on a field

Posted: Mon Jan 31, 2022 9:48 pm
by dunbarx
Or you can

Code: Select all

put the length of ...
Craig