Programmers Property (ADriver)

Returns the object programmers field.

Syntax

[ sProgrammers = ] Object.Programmers

The Programmers property syntax has the following parts:

 

Name

Type

Description

Object

ADriver

ADriver 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 driver:

print "Driver "; Driver.Name; " was programmed by "; Driver.Programmers

Applies to

ADriver