text2string

機能

テキストファイルの内容を String 型に変換する.

形式

str = text2string( "filename" )

パラメータ

  1. filename : テキストファイル名 (String)

  2. str : 出力文字列 (String)

解説

データの区切り文字は,スペース,タブ,改行である.

Last updated: 2005/11/12