MathGroup Archive 2006

[Date Index] [Thread Index] [Author Index]

Search the Archive

RE:Simplest question: How to control some values in Input dialog box

  • To: mathgroup at smc.vnet.net
  • Subject: [mg67756] RE:Simplest question: How to control some values in Input dialog box
  • From: abdou.oumaima at hotmail.com
  • Date: Thu, 6 Jul 2006 06:53:52 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

Hello Daniel (dh),

thank you for your reply, I insert your code :

********* Daniel's Code ******* 
e.g. you coul try: 
CN =.; 
While[! (IntegerQ[inp] && inp > 0), 
  CN = Input["Give an positive integer value to CN"];] 
*********************************************

But I can not go out the loop. it's an unlimite loop. What to do please?

Lian.




Link to the forum page for this post:
http://www.mathematica-users.org/webMathematica/wiki/wiki.jsp?pageName=Special:Forum_ViewTopic&pid=11701#p11701
Posted through http://www.mathematica-users.org [[postId=11701]]



  • Prev by Date: RE: Manipulate list elements
  • Next by Date: Re: Manipulate list elements
  • Previous by thread: RE:Simplest question: How to control some values in Input dialog box
  • Next by thread: RE:Simplest question: How to control some values in Input dialog box