comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: number format in structure
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: number format in structure [message #45672 is a reply to message #45671] Sun, 25 September 2005 19:01 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
kl_tah@hotmail.com writes:

> does anyone happen to know how I can specify the format to which
> numbers stored in structure tags should adhere?
>
> for example, I'd like to (hypothetically) be able to do
>
> s={a:3.2f,b=2.3f}
>
> s.a=123.12345678
>
> will yield
>
> print,s.a
> 123.12

I think I would just use the FORMAT keyword on the PRINT
statement, where it make a *lot* more sense:

print, s.a, format='(F6.2)'
123.12

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Help needed: read procedure for SCAN-data (soil climate analysis network)
Next Topic: undercurve highlight/Shade

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 00:01:27 PDT 2025

Total time taken to generate the page: 0.01054 seconds