Len(String: String): Number
String length. Returns a number containing the length of String.
Len function syntax has these named arguments:
Parameter |
Description |
String |
Required. String to return the length of. |
Sample code:
Print Len("Antidisestablishmentarianism")
Returns: 28