07-19-2013, 05:52 PM
Hello,
I have a question
Is it possible to let QM count the unique words from a string. If a word is used more than 1 time, the output should count +1 for each usage.
Like this:
"This is an example to show what i want. This test is a test to see how this can be done."
The words "This", "to" and 'test' should be counted as
This (3)
To (2)
Test (2)
All the other unique words as 1
Can this be done?
TIA
Sonic
I have a question
Is it possible to let QM count the unique words from a string. If a word is used more than 1 time, the output should count +1 for each usage.
Like this:
"This is an example to show what i want. This test is a test to see how this can be done."
The words "This", "to" and 'test' should be counted as
This (3)
To (2)
Test (2)
All the other unique words as 1
Can this be done?
TIA
Sonic