Hi All,I'm new to Adobe livecycle (but have a fair amount of scripting
experience), I'm basically trying to get a word count of a text field on
my form. I thought I would be able to do something simple like I would
using WSH:Mystr="This is a test string with eight words";lengthofMystr =
Mystr.split(" ").length;WScript.echo(lengthofMystr)But when I put a
similar (But hopefully modified correctly for livecycle) into any event
on the text field (using exit event as a test) nothing happens:
form1.#s...