str_to_num
Syntax
native str_to_num(const string[]);
Usage
| Parameter | Description |
|---|---|
| string | String to convert. |
Description
Converts a string to an integer.
Return
Integer conversion of string, or 0 on failure.
native str_to_num(const string[]);
| Parameter | Description |
|---|---|
| string | String to convert. |
Converts a string to an integer.
Integer conversion of string, or 0 on failure.