*Title()
Specifies a page title.
Syntax
*Title ("String", On/Off)
Application
MotionView, HyperView, HyperGraph, TextView, and MediaView
Inputs
- "String"
- The title of the page. Must be in double quotes.
- On
- Displays the title at the top of the page.
- Off
- Turns off the title displayed at the top of the page.
Context
*BeginPage()
Report Definitions
Example
*BeginPage()
	*IsActive()
	*Title("Force-5", On)
	*Layout(1)
	*CurrentTimeStep(0)
	*BeginWindow(Plot)
		*IsActive()
		• • •
	*EndWindow()
*EndPage()Comments
Each page can have a title that is displayed at the top of the page. The page title also appears in the page list.