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

Home » Public Forums » archive » Re: Multiple journal files on linux
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: Multiple journal files on linux [message #31106] Fri, 14 June 2002 04:56 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Mark McGrath (markmcg4@hotmail.com) writes:

> Is there a way of creating a different journal file for each IDL
> session that I start?

Here is a program called Journal_Unique. Make this the startup
file for your IDL session. You will have a different journal
file for each IDL session that you start.

**********************************************************
PRO Journal_Unique
Journal, String('journal_', Bin_Date(SysTime()), '.pro', $
Format='(A, I4, 5I2.2, A)')
END
**********************************************************

Cheers,

David

--
David W. Fanning, Ph.D.
Fanning Software Consulting, Inc.
Phone: 970-221-0438, E-mail: david@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Format codes in IDL
Next Topic: 1D -> 2D Power Spectrum

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

Current Time: Wed Oct 08 15:08:01 PDT 2025

Total time taken to generate the page: 0.00465 seconds