![]() |
Alexey admin 9/29/2006 |
Bart, strText = $values['comment']; $wordcount = count(explode(" ",$strText))-1; $values["totalwords"]= $wordcount; |
B
|
bbanks author 9/29/2006 |
Thank you that works great! Bart, just put this code into Before record addedand Before record updated events in PHPRunner. |