Programmers Property (AApp)

Returns the object programmers field.

Syntax

[ sProgrammers = ] Object.Programmers

The Programmers property syntax has the following parts:

 

Name

Type

Description

Object

AProgram

AProgram object

sProgrammers

BString

A string specifying the object programmers field.

Example

The following statement prints to the log the name of the programmers for the entire project:

print "Programmed by "; App.Programmers

Applies to

AApp