StrLen()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Miscellaneous functions >

StrLen()

Description

Return the number of characters in a string, not including the terminating null character.

 

Type

REGULAR FUNCTION

 

Usage

Length = StrLen(String)

 

String

STRING

String for which to determine length.

Length

INDEX

Number of characters in String.

 

Related Topics