Difference between revisions of "AskMsgNumber"

(copied description)
Line 5: Line 5:
 
= Declaration =
 
= Declaration =
  
  AskMsgNumber(question : atomic Text; title : optional atomic text;  
+
  AskMsgNumber(question : Text; title : optional text;  
               maxText : optional positive ; default : optional atomic text)
+
               maxText : optional positive ; default : optional numeric)
  
 
= Description =
 
= Description =
  
 
Shows a message box with specified title, question and a textbox containing the default value, if any.  It returns the number entered by the user into the text box.  If no default is entered and no number is entered, returns NaN.
 
Shows a message box with specified title, question and a textbox containing the default value, if any.  It returns the number entered by the user into the text box.  If no default is entered and no number is entered, returns NaN.

Revision as of 09:05, 9 February 2007


(Not documented in 4.0, but present in 3.1)

Declaration

AskMsgNumber(question : Text; title : optional text; 
             maxText : optional positive ; default : optional numeric)

Description

Shows a message box with specified title, question and a textbox containing the default value, if any. It returns the number entered by the user into the text box. If no default is entered and no number is entered, returns NaN.

Comments


You are not allowed to post comments.