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: *

  1. marrisa

    Can I create and write HTML files

    Dear Members, I am trying to write an array to a table in an HTML file...Can someone please provide assistance. Thank you Chandrika
  2. marrisa

    Real Number to character

    Dear members, Is it possible to change a real number variable to a character variable such that the value of the number is the same but only the type is changed? Regards Marrisa
  3. marrisa

    Passing arrays as pointers

    The subroutine is very long however it is of the following form.... subroutine GenData(num) external function1 integer num real, allocatable :: Array1(:), Array2(:) allocate(Array1(num)) Array2 = function1(Array1, num) end subroutine I didnt need to use a pointer after all, the...
  4. marrisa

    Passing arrays as pointers

    Dear members, I am currently passing an allocatable array into a function however I am getting a multitude of warnings. I think the solution is to pass the array into the function as a pointer ghowever I have no experience with this matter. I would be greatful if someone could show me how this...
  5. marrisa

    Please help with printable and non printable characters

    Dear Members, Is it possible to add (concatenate) a newline character, (or any other nonprintable character) to a character variable? Thanks for your help Regards Marrisa
  6. marrisa

    How do I output a real number to file

    Yes it does, thanks alot...My error was that I was using an incorrect descriptor for the seperator space between numbers in the file, I was using 'A1' instead of '1X', your usage of '1X' actually reminded of this...thanks again...
  7. marrisa

    How do I output a real number to file

    Dear Members, I am trying to write a real(8) variable to a text file. The number is of the form -1.2E-03. I am using the edit descriptor, F7.4 because I want to write it in the form,-0.0012. I am getting an iostat error 61 and I think this means that I am using the incorrect descriptor. How do...
  8. marrisa

    Using floating menus and dialog boxes in Compaq Visual Fortran

    Dear Members, I am a first time user of compaq visual fortran. I am currently attempting to write a GUI. I would like to be able to select an option from a floating menu that I get when I right click on the window. I have so far been able to obtain the menu upon right clicking but I cannot...

Part and Inventory Search

Back
Top