mqscript_left
Extract a specified number of characters from the beginning of a string for use in mobile automation scripting.
Instructions
Get specified number of characters from left side of string
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of characters to extract | |
| resultVariable | No | Variable name to store result | result |
| text | Yes | Source string |