Parameters: (String);
Returns: Integer;
Function to extract the length of a string.
The first parameter is the string whose length is to be calculated.
Examples:
STRLEN('123') = 3
STRLEN('') = 0
STRLEN('Lorem Ipsum') = 11
Parameters: (String);
Returns: Integer;
Function to extract the length of a string.
The first parameter is the string whose length is to be calculated.
Examples:
STRLEN('123') = 3
STRLEN('') = 0
STRLEN('Lorem Ipsum') = 11
Comments
0 comments
Please sign in to leave a comment.