Happens when somebody wants you to return the length of the text in your window's titlebar.


Return

The length of the text.


Notes

MyVariable = "My Title"

/* RETURN how many chars. */
RETURN LENGTH(MyVariable) 
See also GETTEXT.