Indicates the start of a preference file and the release version of the program.
*Id()Indicates the start of a preference file and the release version of the program. |
|||||
*Id()Indicates the start of a preference file and the release version of the program. |
Syntax |
*Id("Release") |
|
Argument |
Names |
Description |
"Release" |
Product name and release version. Must be in double quotes. |
|
Example |
*Id("MotionView v4.0") *BeginDefaults() • • • *BeginPlotDefaults() • • • *EndPlotDefaults() *BeginGraphicDefaults() • • • *EndGraphicDefaults() *EndDefaults() |
|
Application |
MotionView, HyperView, HyperGraph, HyperStudy, TextView, and MediaView. |
|
Context |
Preference files. |
|
Comments |
Preference files must begin with an *Id() statement. Without it, the file is not read. |
|
See also |
|
|