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 |
Updated: 11/5/2014 11:50 AM |