On 4/12/07 12:03 PM, "Richmond Mathewson" <[EMAIL PROTECTED]> wrote:

> Sorry, this is probably fairly basic!
> 
> How does one count the number of lines in a list
> field?
> 
> Feel a terrible fool that I don't know . . .
> 
Try, 

put the number of lines in fld listOfFlowers into msg

--and more accurately,

put the number of lines in (fld listOfFlowers & null)
--in case the last line is empty and you want it to count

Jim Ault
Las Vegas


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to