Insert

Inserts a substring into a string beginning at a specified point.

Syntax

Insert(Source ,S, Index)
Parameters of Insert:
Source:Necessary parameter.Character string type.
S:Necessary parameter.Character string type.
Index:Necessary parameter.Integer type.

Description

Insert merges Source into S at the position S[index].

Example

Insert('Source','Demo DB',0),return value is'Source Demo DB'.

 

 

 

Return to DBPut data converter document

Download DBPut data converter software