String convert command
Converts a text string into an integer.
Parameters
| Name | Type | Possible values | Description |
|---|---|---|---|
|
String* |
String |
|
The text to be converted into an integer. |
|
Result variable* |
Number |
|
The variable to receive the string value as an integer. |
|
Comment |
String |
Adds a comment to the script. |
|
|
On-fail Result* |
Condition |
Ignore | Break | Continue | Abort | Catch |
The behavior when the command fails. |
* Mandatory