Function to insert characters in a Unicode string.

Inputs

Input

Data type

Description

IN

WSTRING

Unicode character string.

STR

WSTRING

Unicode string containing characters to be inserted.

POS

DINT

Position of the first inserted character (first character position is 1).

Outputs

Output

Data type

Description

Q

WSTRING

Modified string.

Remarks

The first valid character position is 1.

The result string is truncated if longer than 32000 characters.


Created with the Personal Edition of HelpNDoc: Full-featured EPub generator