HyperWorks Desktop

*Text() - HyperGraph

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

*Text() - HyperGraph

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

Previous topic Next topic No expanding text in this topic  

*Text() - HyperGraph

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

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

*BeginHeader()

*BeginPlot()

Report Definitions

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

 

*BeginFooter()

*BeginHeader()

*BeginPlot()

*BeginText()

*TextColor()

List of Session Statements