@LEN

Top  Previous  Next

Syntax:

 

@LEN(<string>)

 

Description:

 

This function returns the length of <string> in characters. The value 0 is returned if the string is empty.

 

OK:

 

Unchanged.

 

Example:

 

%L = @LEN(%A)

 

See also: