Skip to main content

LaunchScriptProject

Structure

LaunchScriptProject(sScriptProject)

Type

Procedure

Description

This procedure allows you to launch a script project from within a normal event script (from within a script-only script).

Parameters: 1

sScriptProject=name of the script project to be launched.

Example

if LookupCurrentEventStep = "tsChooseEquipment" then

LaunchScriptProject("MY PROJECT")

End If |