Top > Concat

**Concat     Strings [#n0cdc49e]
Declaration:
 FUNCTION   Concat :DYNARRAY[] of
         ( txt 	 CHAR
         ) :DYNARRAY[] of 
         ) :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