mqscript_join
Combine array elements into a single string using a specified delimiter for mobile automation scripting with MQScript MCP Server.
Instructions
Join array elements into string using delimiter
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arrayName | Yes | Name of the array to join | |
| delimiter | No | Delimiter character(s) | , |
| resultVariable | No | Variable name to store result | result |