ll.StringLength(Text: string) : number
Returns an integer that is the number of characters in Text (not counting the null).
ll.StringLength('test')
{
"def": "func",
"desc": "Returns an integer that is the number of characters in Text (not counting the null).",
"energy": 10,
"sleep": 0,
"pure": true,
"link": "https://wiki.secondlife.com/wiki/LlStringLength",
"name": "StringLength",
"signatures": [
{
"result": [
{
"name": "",
"def": "result",
"desc": "",
"variadic": false,
"type": [
"number"
],
"optional": false
}
],
"args": [
{
"def": "arg",
"name": "Text",
"desc": "",
"type": [
"string"
],
"variadic": false,
"optional": false
}
]
}
]
}