The EMBED function embeds data into a string.
The input stream data is inserted into the defined Data
string and the resulting string is output.
Output | Data Type | Description |
---|---|---|
Output1 | String | The input stream data inserted into the Data defined string. |
Name | Property Type | Description |
---|---|---|
Data | String |
The string in which the input stream data is to be embedded.
where N is the input stream's index number. Use the escape character "\" before the "$" to have the literal character inserted in the string. |
EnableMetaCharacter | Boolean |
Specifies whether the Data string contains Meta encoded characters.If True, the following Meta characters can be used:
Data string without a preceding escape character.
|
Property | Output | |||
Input 1 | 5 | Data | $input1/${input2}/$input3 | 5/1/2003 |
Input 2 | 1 | |||
Input 3 | 2003 |