Previous Topic: LEFT Function--Return Part of a String

Next Topic: LOG Function--Write a String to a File

LEN Function--Return the Length of a String

The LEN function returns the length of a string.

Syntax

The LEN function has the following format:

LEN(source_string)

Parameters

The LEN function accepts the following parameter:

source_string (string)

Return Value

The function returns a number.

Example

Return_value=LEN("JuanJuan")
Return_value=8


Copyright © 2010 CA. All rights reserved. Email CA about this topic