Top  | Previous | Next

system.util.getProjectName

Description

Returns the name of the project that is currently being run.

Syntax

system.util.getProjectName()

Parameters

none

Returns

String - The name of the currently running project.

Scope

Client

system.util.getProjectName()

Parameters

none

Returns

String - The name of the currently running project.

Scope

Gateway

Examples

# This code would display the name of the currently running project

system.gui.messageBox("You are running project: %s" % system.util.getProjectName())