formZ SDK | 5.0 API Reference | System | Script Only

fz_std_strncpy

Description

Copies at most n characters from string src_str to string dst_str. Any previous content of dst_str is discarded.

Parameters

dst_str [Input]

destination string.

src_str [Input]

source string.

n [Input]

the number of characters to be copied.

Range: 1 <= n <= 255

Returns

the destination string

Availability

5.0.0.0