PRODUCTS
Mathematica
Mathematica Home Edition
Mathematica for Students
Mathematica for the Classroom
grid
Mathematica
Wolfram Lightweight Grid Manager
web
Mathematica
Mathematica Player
(free download)
Mathematica Player Pro
Wolfram
Workbench
Mathematica
Applications
SOLUTIONS
Industry
Chemical Engineering
Image Processing
Mechanical Engineering
Petroleum Engineering
Environmental Sciences
Bioinformatics
Data Analysis and Mining
Financial Risk Management
Statistics
Software Engineering
More...
Education
Higher Education
Precollege Education
Students
Technology
Interactive Deployment
High-Performance and Parallel Computing (HPC)
See Also: Technology Guide
PURCHASE
Online Store
Other Ways to Buy
Volume & Site Licensing
Contact Sales
Software
Service
Upgrades
Training
Books
FOR USERS
All User Resources
Product Registration
Technical Support
Customer Service
Developer Support
Does My Site Have a License?
Free Seminars
Learning Center
Training
Custom Group Seminars
Documentation & Examples
Tutorial Screencasts
Video Gallery
Demonstrations Project
Education Portal
Student Resources
COMPANY
About Wolfram Research
News & Events
Wolfram Blog
Employment Opportunities
History of
Mathematica
Stephen Wolfram's Home Page
Contact Us
OUR SITES
Wolfram|Alpha
Demonstrations Project
Wolfram Blog
MathWorld
Integrator
Wolfram Functions Site
Mathematica Journal
Wolfram Library Archive
Wolfram
Tones
Wolfram Science
Stephen Wolfram
DOCUMENTATION CENTER SEARCH
Mathematica
>
Dynamic Interactivity
>
Custom Interface Construction
>
Dialog Boxes
>
Built-in
Mathematica
Symbol
Requesting Input
Tutorials »
|
InputString
InputField
Import
Read
Get
Dialog
Button
ChoiceDialog
See Also »
|
Basic Input & Output in Programs
Custom Interface Construction
Dialog Boxes
Procedural Programming
More About »
Input
Input
[]
interactively reads in one
Mathematica
expression.
Input
[
prompt
]
requests input, displaying
prompt
as a "prompt".
Input
[
prompt
,
init
]
in a notebook front end uses
init
as the initial contents of the input field.
MORE INFORMATION
Input
returns the expression it reads.
The operation of
Input
may vary from one computer system to another. When a
Mathematica
front end is used,
Input
typically works through a dialog box.
When no front end is used,
Input
reads from standard input.
If the standard input is a file, then
Input
returns
EndOfFile
if you try to read past the end of the file.
On systems with textual input,
Input
[]
uses
?
as a prompt.
When
Input
is evaluated,
Mathematica
stops until the input has been read.
With a notebook front end,
Input
by default puts up a dialog window with a standard appearance.
The prompt given can be text, graphics or any expression.
Input
takes notebook options. The default settings include
WindowFloating
->
False
,
WindowSize
->
All
and
WindowTitle
->
None
.
Input
by default puts up a dialog in the middle of the main display screen. Explicit settings for
WindowMargins
override this.
The option
FieldSize
can be used to specify the size of the field used for input.
Input
[
prompt
]
is equivalent to
Input
[
prompt
, ""]
.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Get an input expression and square it:
In[1]:=
Out[1]=
Request input of a function to plot:
In[1]:=
Out[1]=
SEE ALSO
InputString
InputField
Import
Read
Get
Dialog
Button
ChoiceDialog
TUTORIALS
Requesting Input
MORE ABOUT
Basic Input & Output in Programs
Custom Interface Construction
Dialog Boxes
Procedural Programming
New in 1 | Last modified in 6