formZ SDK | 5.0 API Reference | System | Script Only

fz_std_str_get_char

Description

Gets the nth character of a string. The character is returned in a separate string, which is one character fzrt_int. The function returns an error, if the character position is invalid

Parameters

src_str [Input]

the source string.

n [Input]

the character in the source string to get (0 based).

Range: 0 <= n <= 255

dst_str [Result]

the string holding the character.

Returns

Error codes

Availability

5.5.0.0