|
| KiXtart Command Reference |
LENactionreturns the length of a string. syntaxLEN ("string") parameterString The string whose length you want to discover. returnsThe number of characters contained in the specified string. example$x = LEN(@USERID) |