Hi Justin, Am 25.06.2010 um 10:49 schrieb BNig:
> > Justin, > > look at the formattedText property of a text field. It gives you the the > text of a field and inserts returns where the line wraps otherwise. This way > you have a line count of the field which matches what you see and not the > number of returns. > > put the formattedText of field "myWrappingField" into temp > put the number of lines of temp or, if you are in a hurry: ... put the num of lines of the formattedtext of fld "Bernd's WrappingField" ... ;-) > regards > Bernd Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ 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
