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

Home » Public Forums » archive » Re: Interactive mode in IDL
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: Interactive mode in IDL [message #49717] Thu, 10 August 2006 13:19 Go to previous message
adisn123 is currently offline  adisn123
Messages: 44
Registered: July 2006
Member
thanks. It looks like what I needed..

Wayne Landsman wrote:
>>
>> My program plots several differents things per one image.
>>
>> Let's say I have five original images to work on and want to plot
>> things after some calculation
>>
>> done by the program using each individual image out of five.
>>
>> If I want to do this rather interactively one by one looking at the
>> images that I'm getting,
>
> I'm not certain what you are asking for, but perhaps you just want a
> pause for keyboard input before proceeding to the next image. For
> example, the following code waits for the user to hit any key before
> proceeding (but exits if the user preses 'Q')
>
> ans = ''
> read,'Next Plot [Q to quit]? ',ans
> if strupcase(ans) EQ 'Q' then return
> ;....proceed to the next plot
>
>
> --Wayne
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: POLY_2D inconsitent interpolation
Next Topic: reading and writing with assoc

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

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

Total time taken to generate the page: 0.00242 seconds