HyperWorks Desktop

*EndData()

Indicates the end of a data block.

*EndData()

Indicates the end of a data block.

Previous topic Next topic No expanding text in this topic  

*EndData()

Indicates the end of a data block.

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

Syntax

*EndData()

Example

*BeginCurve(On, "Untitled")

 • • •

 *BeginVector(X, Math)

         *Expression("p1w1c2.x")

         *ScaleFactor(1)

         *Offset(0)

         *BeginData()

                 *CurvePoint(0)

                 *CurvePoint(0.00143181)

                 *CurvePoint(-7.37615)

                 *CurvePoint(-7.38428)

                 *CurvePoint(-7.36975)

                 *CurvePoint(-7.32985)

                 *CurvePoint(-7.28396)

         *EndData()

         • • •

 *EndVector()

*EndCurve()

Application

HyperGraph.

Context

*BeginData()

Report Definitions

Comments

Every *BeginData() statement requires a closing *EndData() statement.

See also

 

*BeginData()

*BeginVector()

*CurvePoint()

*Filename()

List of Session Statements