Insert a string in a string
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | Unicode String | Resulting string |
String | *Input | Unicode String | String to be inserted |
At | *Input | Integer | Position at which to insert |
Pad | *Input (Optional) | Unicode 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