String Intrinsic Functions - InsertString Method

Insert a string in a string

Member of String Intrinsic Functions (PRIM_LIBI.ICommonStringIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting string
String*InputStringString to be inserted
At*InputIntegerPosition at which to insert
Pad*Input (Optional)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