Programmers Property (AProgram)

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 current program:

print "Programmed by "; Program.Programmers

Applies to

AProgram

See Also

Index