Poor-Pascal for Application

Insert

機能
部分文字列を文字列の指定された位置に挿入した文字列を返します。
構文
function Insert(Source: String; S: String; Index: Integer): String;
説明

Sourceを S に S[index] の位置から挿入した文字列を返します。 Source はString型の式です。S は任意の長さのString型の変数です。 Index はInteger型の式です。