You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Compatible Unicode Intrinsic Functions - InsertString Method
Insert a string in a string
Member of Compatible Unicode Intrinsic Functions (PRIM_LIBI.ICompatibleUnicodeIntrinsics)

Parameters

Name

Type

Data Type

Description

Result

*Result (Optional)

Unicode String

Resulting string

String

*Input

Unicode String

String to be inserted

At

*Input

Integer

Position at which to insert

Pad

*Input (Optional)

Unicode String

Pad 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

  • No labels