Length

Kalipso - Form - Expressions - Functions - Functions Descriptions - String Functions - Length

This Function returns a <number>, that is the Length in chars of the Source string.

Parameters

  • Source string <string> - String from where the value will be retrieved.

Examples

  • Example 1

Length("Kalipso is great.") Result = 17

  • Example 2

Length("") Result = 0

If you specify a Length higher than the length of Source String, the returned value will be the entire Source String.

Last updated