Re: Allow * as a format string?
- From: glen herrmannsfeldt <gah@xxxxxxxxxxxxxxxx>
- Date: Thu, 24 Jan 2008 14:07:05 -0800
Beliavsky wrote:
write (some_unit,"*")
(snip)
write (*,format_str_) some_data
if(format_str.eq.'*') then
write(*,*) some_data
else
write(*,format_str) some_data
endif
-- glen
.
- Follow-Ups:
- Re: Allow * as a format string?
- From: Beliavsky
- Re: Allow * as a format string?
- References:
- Allow * as a format string?
- From: Beliavsky
- Allow * as a format string?
- Prev by Date: Re: convection-diffusion PDE solver packages
- Next by Date: Re: Allow * as a format string?
- Previous by thread: Allow * as a format string?
- Next by thread: Re: Allow * as a format string?
- Index(es):