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

Home » Public Forums » archive » Re: Converting INT to STRING out of space...
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: Converting INT to STRING out of space... [message #43157] Mon, 21 March 2005 09:21 Go to previous message
R.G. Stockwell is currently offline  R.G. Stockwell
Messages: 363
Registered: July 1999
Senior Member
"Nuno Oliveira" <nmoliveira@fc.ul.pt> wrote in message
news:d1mqh8$111t$1@pegasus.fccn.pt...
> If I want to save a file within a cicle and I want the name of the file to
> have the number related to the cicle, I have a problem that maybe someone
> in here have faced.
>
> Apparently there is no way that I can eliminate a space in a string made
> of an integer variable. Try:
>
> number = 3
> aux = STRCOMPRESS(STRING(number))
> file = 'saving'+aux+'.dat'
>
> And, this way the variable file will be 'saving 3.dat' with a SPACE inside
> the string. Any tips of how I can avoid this space?
>
> Greetings,
>
> Nuno
>

The answers posted solve your problem for you.
I would just add one tidbit, you can format the numbers
to have leading 0's, so that they line up nicely when
you get a file listing in alphabetical order.

Use format of I3.3 for instance:
string(number,format='("saving",I3.3,".dat")')



Cheers,

bob
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: C Alignment/IDL structures
Next Topic: IRIG Time Stamp to Julday

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

Current Time: Wed Oct 08 18:24:08 PDT 2025

Total time taken to generate the page: 0.00382 seconds