*EndProfiles()

Terminates the block started by *BeginProfiles().

Syntax

*EndProfiles()

Application

HyperStudy

Context

*BeginStudyDefaults()

Example

*BeginProfiles()
   *RegisterProfile(
{getenv("ALTAIR_HOME") + "/hst/etc/profiles/minimal.xml"} 
)
*EndProfiles()

Comments

The *EndProfiles() statement terminates the block started by *BeginProfiles().