ファイルに str を書き込みます。 string [ファイルの既存の内容に追加されます。 この関数は書き込まれる文字数を返すか、エラーが発生した場合には負の値を返します。
ファイル :Write または: WriteAppend モードで openFile を呼び出して取得する必要があります。
write ( str As String, _ file As User ) As Integer
引数 | [タイプ] | 説明 |
---|---|---|
str | string | 書き込むには、 string をクリックします。 |
file | user | openFile の呼び出しによりあらかじめ作成されたファイル ハンドルです。 |