Enables or disables the result math capabilities.
*ResultMathState()Enables or disables the result math capabilities. |
|||||
*ResultMathState()Enables or disables the result math capabilities. |
Syntax |
*ResultMathState(state) |
|
Arguments |
Name |
Description |
state |
Used to turn on/off the result math capabilities (on, off). |
|
Example |
*BeginGraphicDefaults() *ResultMathState("on") *EndGraphicDefaults() |
|
Application |
HyperView. |
|
Context |
||
Comments |
A *ResultMathState() statement may be placed inside a *BeginGraphicDefaults() block. |
|
See also |
|
|
|