formZ SDK | 5.0 API Reference | System | Script Only
Description
Concatenates (appends) at most n characters from string src_str to string dst_str. The total length of dst_str cannot exceed 255 characters.
Parameters
dst_str [Input]
destination string.
src_str [Input]
source string.
n [Input]
the number of characters of src_str to be appended.
Range: 1 <= n <= 255
Returns
the destination string
Availability
5.0.0.0