Char_Length
Description
Returns the number of characters in the string argument.
Syntax
Char_Length ( s)
Arguments
s is a string expression
Remarks
If s is NULL, Char_Length returns zero (0).
Returns the number of characters in the string argument.
Char_Length ( s)
s is a string expression
If s is NULL, Char_Length returns zero (0).