NextGen Knowledge Center

MEMOLEN String Function

Use the FIELDLEN string function with the MEMOLEN function to return the remaining number of characters that can be entered in a memo-type data entry field.

Syntax:
{MEMOLEN( «string» )}
Arguments:

«string»
    Character string to be evaluated
Returns:The number of characters in the given string
Example:

Field = txt_memo
{template_name_.txt_memo} = 25 characters
{MEMOLEN( {template_name_.txt_memo} )}

Result: 25