|
|
|
Online Scripting Reference
|
|
getLength
|
Purpose
|
Retrieves the length of a block of text.
|
|
Syntax
|
getLength {text} var
{text}: The text to be tested for its length.
var: A variable to hold the length of the block of text.
|
|
Notes
|
This is a simple text parsing command that can be used to get the length of a variable or a block of text.
|
|
Example
|
|
Return to item listing |
|
|