TEXT: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
will display <code>x = 3,141</code>. | will display <code>x = 3,141</code>. | ||
|4= | |||
}} | }} | ||
[[Category:Definition]] | [[Category:Definition]] |
Revision as of 19:51, 27 June 2017
Syntax
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 =
EXDEF VAL(x)
will display x = 3,141
.