Length
From OxeyeWiki
WChar:length() | ||
Fetches the length of the string object, counted in characters. | ||
Parameter | Expected Type | Description |
No parameters | ||
Returns | ||
Returns the length of the string object. |
Example
local text = WChar("abcde") text:length() -- returns 5