strlen
Syntax
native strlen(const string[]);
Usage
| Parameter | Description |
|---|---|
| string | String to check. |
Description
Calculates the length of a string.
Return
Number of valid character bytes in the string.
native strlen(const string[]);
| Parameter | Description |
|---|---|
| string | String to check. |
Calculates the length of a string.
Number of valid character bytes in the string.