Specifies the content of headers, footers, and notes in HyperGraph or the contents of a TextView window.
Syntax |
*Text("String") |
|
Arguments |
Name |
Description |
"String" |
A single line of text. Must be in double quotes. |
|
Example |
*BeginPlot • • • *BeginHeader(On) *Text("Chest Acceleration") *Text("30 mph Impact") *EndHeader() • • • *EndPlot |
|
Application |
HyperGraph and TextView. |
|
Context |
||
Comments |
Use the *Text() statement for each line of text in plot headers, footers, and notes. |
|
To use a quotation mark within a string, place a backslash in front of each inner quotation mark. |
||
All occurrences of the *Text() statement are used. |
||
See also |
|
|