Using textStats() functions to obtain LongText and Code fields statistics |
textStats(field, type)
Returns the LongText or Code field statistics:
To obtain the total physical size of the LongText or Code fields, use the len() function.
=textStats(memo, 0)
=textStats(description, 3)