From owner-freebsd-questions Wed Jun 21 8:38:16 2000 Delivered-To: freebsd-questions@freebsd.org Received: from tomts1-srv.bellnexxia.net (tomts1.bellnexxia.net [209.226.175.139]) by hub.freebsd.org (Postfix) with ESMTP id 1E40137C1ED for ; Wed, 21 Jun 2000 08:38:06 -0700 (PDT) (envelope-from eric.boucher24@sympatico.ca) Received: from sympatico.ca ([64.228.175.10]) by tomts1-srv.bellnexxia.net (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20000621153804.EXRU6272.tomts1-srv.bellnexxia.net@sympatico.ca> for ; Wed, 21 Jun 2000 11:38:04 -0400 Message-ID: <3950E08A.4A0E9EB7@sympatico.ca> Date: Wed, 21 Jun 2000 11:34:34 -0400 From: Boucher Eric Reply-To: eric.boucher24@sympatico.ca X-Mailer: Mozilla 4.05 [fr]C-SYMPA (Win95; I) MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG Subject: programming color in Fortran Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I don't know if it's the right place to put this kind of question, because it's not related to FreeBSD. It's about Fortran. So , at least, maybe someone could tell me where I can ask for that kind of questions. I wanted to know if there is a way to tell to fortran to write a specific information in a differant color or highlighted, and than, in the same file, writing differant information in another color, or back to normal. For example, : write(69,'("This texte is normal")') write(69,'("this texte is highlighted")') write(69,'("This texte is normal again")') Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message