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 John Tel 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. androidmelt

    Matrix with Character Values Possible?

    Hi There, Is it possible to have a matrix that holds character values? I can manage a 3x3 matrix easily with the following command. Integer :: matrix(3,3) and I can for example, get an output like this: 3 6 1 6 2 1 9 5 2 Can a matrix hold characters too? I want, for example: a b f a a l w i...
  2. androidmelt

    Random Number Generator Between 0 and 1?

    Hi Guys, Just needed a bit of help writing a program that gives a number between 0 and 1. I have so far written: =============================== Program Main Implicit None Integer :: i, count, j=1 write(*,*) "how many times do you want to generate?" read(*,*) count call random_seed(1)...
  3. androidmelt

    2 Beginner Questions: Calling Subroutines and A Development Tool

    Hi Everyone. I'm new here so I'll introduce myself. I am a new Fortran user and have some experience in programming from the past. I wanted your help on the following 2 questions: QUESTION 1) ====================== I am using an ancient Fortran compiler to write the code. Is there a Object...

Part and Inventory Search

Back
Top