GetLengthOfLiteralString
Docslocal retval = GetLengthOfLiteralString(string)Description
Returns the length of the string passed (much like strlen).
Parameters
| Name | Type | Description |
|---|---|---|
string | char* | — |
Returns
intReturns an integer value.
local retval = GetLengthOfLiteralString(string)Returns the length of the string passed (much like strlen).
| Name | Type | Description |
|---|---|---|
string | char* | — |
intReturns an integer value.
No snippets yet. Be the first to contribute!