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 #43163 is a reply to message #43157] Mon, 21 March 2005 07:56 Go to previous messageGo to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
Nuno Oliveira <nmoliveira@fc.ul.pt> writes:
> 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?

Yes, how about,
aux = strtrim(number,2)
or, to solve your whole problem at once,
file = string(number,format='("saving",I0,".dat")')

I use both.

Craig

--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@REMOVEcow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
[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: Sat Oct 11 11:34:42 PDT 2025

Total time taken to generate the page: 0.87832 seconds