Insert a string in a string
Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | String | Resulting string |
String | *Input | String | String to be inserted |
At | *Input | Integer | Position at which to insert |
Pad | *Input (Optional) | String | Pad character used to replace blanks in the result |
InsertString allows you to embed other strings within a target variable at a specified position identified by the At parameter.
Febuary 18 V14SP2