Contents
Display Legacy Contents

 Print
    Length      
This Function returns a <string>, which is the number of chars of the specified Value.

Parameters

Value <string>
  String from where to count the number of chars.

     
Example 1
  Example 2
Length("Kalipso")

Result = 7
  Length("Kalipso is great.", 20)

Result = 17

See also
Samples

 
Updated: 11/5/2014 11:50 AM