Functions/str_concat - NCL tips

複数の文字列を一つの文字列に結合する関数。

str_out = str_concat(str_in)

〔入力変数〕

str_in

結合したい文字列。

〔出力変数〕

str_out

結合された文字列。


str_in  = (/"To","missing","be","or","not","to","be","missing","that","is","the","question"/)
str_out = str_concat(str_in)
      ;;; "Tobeornottobethatisthequestion"

トップ   編集 凍結 添付 名前変更   新規