Contents
Display Legacy Contents

 Print
    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.
   



     
Example 1
  Example 2
Length("Kalipso is great.")

Result = 17
  Length("")                      

Result = 0

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

See also
Samples

 
Updated: 3/15/2021 12:48 PM