*Text() - HyperGraph

Specifies the content of headers, footers, and notes in HyperGraph or the contents of a TextView window.

Syntax

*Text ("String")

Application

HyperGraph and TextView

Inputs

"String"
A single line of text. Must be in double quotes.

Context

*BeginHeader()

*BeginPlot()

Report Definitions

Example

*BeginPlot
	• • •
	*BeginHeader(On)
		*Text("Chest Acceleration")
		*Text("30 mph Impact")
	*EndHeader()
	• • •	
*EndPlot

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.