A few qns that need answers

  1. for an input text area is there any way to count the number of lines that was entered?

  2. for something like a password box i want the characters to be * instead… how can i do that?

thanks

still need help… :frowning:

  1. You can read the number of characters of a text field using the property TextField.length
  2. Set text type as Input Text and Line Type as Password

thanks…
the characters dun think will work for me but still thanks… :slight_smile:

Why you want to get the number of characters?