「hFile」を含むwiki一覧 - 1ページ

OPEN - Basicsoftのうぃき

メージを参照しています。 Examples 'テキストファイルの内容を画面に表示します Dim hFile As FileDim sLine As StringhFile = Open "/etc/passwd" F

PIPE - Basicsoftのうぃき

に送信されたメッセージを印刷します'1つのウィンドウで実行を開始してから実行します。ls> / tmp / FIFO1Dim hFile As FileDim sLine As StringhFile = Pipe "/tmp/FIFO1" Fo

LINE INPUT - Basicsoftのうぃき

ください(たとえばプロンプトを表示しているため)。 改行文字を待つのを永遠にブロックします。 Examples Dim hFile As StreamDim sOneLine As String' Print a file to standard ou

SEEK - Basicsoftのうぃき

末尾の後ろにストリームポインタを移動するには、Lof関数を使用する必要があります。Examples'ファイルの先頭に移動Seek #hFile, 0'ファイルの終わりの後に移動するSeek #hFile, Lof(#hFile)'ファイルの終わりまで100

CATCH - Basicsoftのうぃき

' Prints a file to the screenSub PrintFile(FileName As String)Dim hFile As File Dim sLig As String hFile = Open FileName For ReadWhile N

Lof - Basicsoftのうぃき

Lof ( Stream AS Stream ) AS Long 開かれたストリームStreamの長さを返します。ExampleshFile = Open sFileName For Read...Print "File length is "; L

  • 1