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

Home » Public Forums » archive » Re: String Formatting
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: String Formatting [message #64821] Mon, 26 January 2009 11:32 Go to previous message
Foldy Lajos is currently offline  Foldy Lajos
Messages: 268
Registered: October 2001
Senior Member
On Mon, 26 Jan 2009, David Fanning wrote:

> Folks,
>
> Before I re-invent the wheel, I thought I would ask.
>
> I wish to write an ASCII text file with two columns of
> text. The first column should be 30 characters wide,
> the second column should be 45 characters wide.
>
> BUT, I wish the data in the columns to be *left*
> justified, not right justified.
>
> What trick to you use, or what formatting string will
> give me this kind of output?
>
> Cheers,
>
> David
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming: http://www.dfanning.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")
>

Hi David,

try '-' in the format:

Syntax of Format Codes

The syntax of an IDL format code is:

[n]FC[+][-][width]

- is an optional flag that specifies that string or numeric values should
be output with the text left-justified. Normally, output is right-justified.

regards,
lajos
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: FLOAT images instead of BYTE ones from IDL Object graphics ?
Next Topic: String Formatting

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

Current Time: Wed Oct 08 18:07:40 PDT 2025

Total time taken to generate the page: 0.00442 seconds