strlen
(strlen [ stringA [ stringB ... ] ]
)
This function returns the length of all
provided input strings stringA, stringB, ...
|
Arguments |
stringA (string) first string |
|
Return |
integer, sum of the length of all provided input strings |
|
Example |
(strlen "123" "abc" "?") 7 |
|
Remarks |
if no input string is specified, 0 is returned |
| © Bricsys NV. All rights reserved. |