Returns the object programmers field.
[ 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. |
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