|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InString
InString[n]
is a global object that is assigned to be the text of the n
input line.
DetailsDetails
- InString[n] gives the string that Mathematica read for the n
input line. The string includes all intermediate newlines in the input, but not the newline at the end. - The value of InString[n] is assigned after the input is verified to be syntactically correct, and after any function given as the value of $PreRead has been applied.
- InString[] gives the text of the last input line.
- InString[-k] gives the text of the input k lines back.
ExamplesExamplesopen allclose all
Basic Examples (1)Basic Examples (1)
| In[1]:= |
| Out[1]= |
With StandardForm input, the string represents a typeset expression:
| In[2]:= |
| Out[2]= |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
