Len
The Len function returns the length of a string.
Syntax :
Len(string)
Parameters | Description |
---|---|
string | A valid, required string expression. |
Example :
s = Len(" Test ")
Result :
s=6
The Len function returns the length of a string.
Len(string)
Parameters | Description |
---|---|
string | A valid, required string expression. |
s = Len(" Test ")
Result :
s=6