Registers a HyperMath reader with the specified characteristics/attributes.
*RegisterHMATHReader()Registers a HyperMath reader with the specified characteristics/attributes. |
|||||
*RegisterHMATHReader()Registers a HyperMath reader with the specified characteristics/attributes. |
Syntax |
*RegisterHMATHReader(filename, type, ext, category, func) |
|
Arguments |
Name |
Description |
filename |
The filename of reader (an HML file). |
|
type |
The string that appears in the file type selector (optional argument). |
|
ext |
The suffix associated with this file type. The program uses this information to filter file names easier and to accelerate file recognition (optional argument). |
|
category |
The reader category. Options include ASCII, binary, or general. |
|
func |
The user-defined HyperMath function name. This should be unique so it does not conflict with other HyperMath readers. |
|
Example |
*BeginPlotDefaults() *RegisterHMATHReader(“C:/hmath_readers/hmthreader.hml”, *EndPlotDefaults() |
|
Application |
HyperGraph 2D , HyperGraph 3D, HyperView, MediaView, MotionView, TextView |
|
Context |
||
See also |
|
|