Path: utzoo!attcan!uunet!van-bc!ubc-cs!cheddar.ucs.ubc.ca!buckland From: buckland@cheddar.ucs.ubc.ca (Tony Buckland) Newsgroups: comp.lang.fortran Subject: Re: FLOAT <-> CHARACTER Message-ID: <8268@ubc-cs.UUCP> Date: 14 Jun 90 16:35:46 GMT References: Sender: news@cs.ubc.ca Reply-To: buckland@cheddar.ucs.ubc.ca (Tony Buckland) Organization: UBC Computing Centre, Vancouver, B.C., Canada Lines: 10 In article jy0q+@andrew.cmu.edu (Jules Andrew Yasuna) writes: > >Does anyone have access to subroutines/functions which will >convert floating point variables to and from character variables. You don't say why you want to make these conversions. But if you just want to put the external character representation of a floating-point quantity in a character variable or array, the simplest way is to use internal input/output (assuming that your compiler implements Internal WRITE and Internal READ).