• Resolved klingbeil

    (@klingbeil)


    Hello
    Is it possible to count the number of words and letter limitations of the text pasted in a text cell in these plugins?
    thanks

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @klingbeil

    Thank you very much for using our plugin. Yes, that’s possible. The plugin includes the “Text Operations” module (https://cff.dwbooster.com/documentation#text-module). You should use its operations WORDSCOUNTER and CHARSCOUNTER.

    For example, if the Line Text field is the fieldname1, and you want to count the number of words, insert a calculated field in the form and enter the equation:

    WORDSCOUNTER(fieldname1|r)

    And to get the number of characters:

    CHARSCOUNTER(fieldname1|r)

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Text Count’ is closed to new replies.