|
| Syntax
result = StringToNumber (String) |
|
| Description:
Converts string to number. Only integer can
be convert. |
|
| Arguments:
String - String to be convert. |
|
| Examples:
String = "326"
i = StringToNumber(String)
i is now 326 |
|
| StringToNumber function is included
in the lcbase.dll |