strlen


(strlen [ stringA [ stringB ... ] ] )

This function returns the length of all provided input strings stringA, stringB, ...

Arguments

stringA  (string) first string
stringB  (string) second string
: and more strings

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.