Entering content frame

Background documentation strLen Function Locate the document in its SAP Library structure

Purpose

Returns the number of characters in a given string.

Syntax

int strLen (in string string)

Parameters

string

String whose characters are to be counted.

Example

`if (strniCmp(~language, "en", strLen("en")) == 0)`
English Version:
`end`

Leaving content frame