- Contents
Interaction Designer Help
BufferPutString
This Buffer tool appends a string to the end of the given binary buffer.
Inputs
Buffer Handle
The buffer handle that contains the integer.
String
The string value to add to the buffer.
Encoding
This parameter selects the custom encoding to be used.
-
UCS-2
-
UTF-8
-
EBCDIC
Codepage
This integer is the EBCDIC code page to use. This field is only available if the EBCDIC custom encoding is selected. Currently, only the code page 290 is supported.
Prepend Size
If checked, the size in characters of the string will be added to the buffer before the string itself.
Note: The size is stored in the Network format (i.e. in Big Endian)
Append Zero terminator
If checked, an additional null character is added to the end of the buffer.
Exit Paths
Success
This step takes this path on success.
Invalid Handle
The tool takes this path, if the buffer handle was invalid.
Invalid Codepage
The tool takes this path if the Codepage value specified is not supported.