Class: WString
Lua
C++
Edit

WString:GetSize

This method returns the number of characters in the wide string.

Syntax

Returns

Returns the number of characters in the string.

Example

s = WString("Hello, how are you today?")
Print(s:GetSize())
Copyright © 2024 Ultra Software.
All rights reserved.