Click here to return to the KiXtart HelpDesk main page...

KiXtart Command Reference

LEN

action

returns the length of a string.

syntax

LEN ("string")

parameter

String

The string whose length you want to discover.

returns

The number of characters contained in the specified string.

example

$x = LEN(@USERID)