Unicode Intrinsic Functions - InsertString Method

Insert a string in a string

Member of Unicode Intrinsic Functions (PRIM_LIBI.IUnicodeIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)Unicode StringResulting string
String*InputUnicode StringString to be inserted
At*InputIntegerPosition at which to insert
Pad*Input (Optional)Unicode StringPad character used to replace blanks in the result

Details

InsertString allows you to embed other strings within a target variable at a specified position identified by the At parameter.

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2