Difference between revisions of "TEXT"

From iMath
Jump to: navigation, search
(Created page with "{{Keyword | <code>{ options } TEXT string</code> | Arbitrary text that should be displayed between two iMath formulas. The text will be formatted as an Office formula....")
 
Line 12: Line 12:
 
<code>VAL(x)</code>
 
<code>VAL(x)</code>
  
will display <code>x = 3,1</code>.
+
will display <code>x = 3,141</code>.
 
}}
 
}}
 
[[Category:Definition]]
 
[[Category:Definition]]

Revision as of 11:08, 26 March 2017

Syntax

{ options } TEXT string


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Arbitrary text that should be displayed between two iMath formulas. The text will be formatted as an Office formula. iMath auto-alignment will work with TEXT.


Example

@x@ EQDEF x = 3.141

TEXT x =

VAL(x)

will display x = 3,141.

See also

{{{4}}}