Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bcbvi
  • Order by date
  1. bcbvi

    Read

    Apologies for the post title. That was a mistake.
  2. bcbvi

    Shell command causes end of file error

    I have a VB project which prints lines of data to a text file: Dim textline As String FileOpen(1, Application.StartupPath & "\ouputtextfile.txt", OpenMode.Output) textline = "T" & Environment.NewLine & "1" Print(1, textline) FileClose(1) I then run an executable which was compiled from fortran...
  3. bcbvi

    Read

    I have a text file containing lines of input data: T 1 300.00 C:\Documents and Settings\username\output\asdf.txt which I am reading with some .f95 code: character(len=1) ::var1 integer ::var2 double precision ::var3 character(len=150)::var4 open(12,file='input.txt')...

Part and Inventory Search

Back
Top