Function Counting Words [message #78717] |
Tue, 12 March 2002 07:24 |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
I have a multi-line text item on a form, I have a separate text item called "word count" that should be populated with the amount of words in the multi-line text item. I need to know of a function that could count those words inside the multi-line ti. Suggestions???
Thanx
T
|
|
|
|
Re: Function Counting Words [message #78752 is a reply to message #78717] |
Thu, 14 March 2002 04:45 |
Robin
Messages: 73 Registered: October 2001
|
Member |
|
|
Hi,
U need to write a function. Remind every space separates a word. Hence number of space= number of word.
I think this logic can solve ur problem.
Thanks
Robin
|
|
|