Adds Templex functions from a file to a session.
*RegisterTemplexFunction()Adds Templex functions from a file to a session. |
|||||
*RegisterTemplexFunction()Adds Templex functions from a file to a session. |
Syntax |
*RegisterTemplexFunction("fname") |
|
Arguments |
Name |
Description |
"fname" |
The file containing the Templex function(s) to be added. |
|
Example |
*BeginDefaults() *RegisterTemplexFunction("mode_est.tfn") *EndDefaults() |
|
Application |
MotionView, HyperView, HyperGraph, HyperStudy, TextView, and MediaView. |
|
Context |
||
Comments |
Templex functions added in the preference file cannot be edited in the interface. They appear in the math function list for usage, but do not appear in the Templex function list for editing. |
|
See also |
|
|