Top > Concat

Concat     Strings Edit

Declaration:
 FUNCTION Concat :DYNARRAY[] of
         ( txt CHAR
         ) :DYNARRAY[] of
         CHAR ;

Description:

Function Concat combines, or concatenates, all the specified parameters in order and returns the resultant string.

説明

指定したすべての文字列を連結します。

Example:
 newStr:=Concat('A','sample','string');


リロード   新規 下位ページ作成 編集 凍結 差分 添付 コピー 名前変更   ホーム 一覧 検索 最終更新 バックアップ リンク元   ヘルプ   最終更新のRSS
Last-modified: Wed, 07 Dec 2011 19:50:15 JST (4526d)