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

Home » Public Forums » archive » Problem with READ procedure
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Problem with READ procedure [message #39265] Thu, 29 April 2004 11:17
Francois Leduc is currently offline  Francois Leduc
Messages: 5
Registered: October 2003
Junior Member
Hello,

I am using the READ procedure to get a variable value from the prompt.

I use it 3 times in my code.

The first time, it works, then on the second time, it does not work any
more.

------------------------------------------------------------ ----
The first time:
rep = ' '
READ, PROMPT='Number of classes to process: ', rep
Nb_class = uint(rep)

The second time:
READ, rep, PROMPT='Shape:'
shape = uint(rep)
------------------------------------------------------------ ----

On the second time, the program keeps running without waiting for the user
to enter a value.

What is wrong ?

Francois Leduc
[Message index]
 
Read Message
Previous Topic: Re: IDLgrSurface with transparent lines?
Next Topic: Re: Problem with READ procedure

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

Current Time: Sun Oct 12 13:51:12 PDT 2025

Total time taken to generate the page: 2.15787 seconds