Returns the object programmers field.
[ 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. |
The following statement prints to the log the name of the programmers for the entire project:
print "Programmed by "; App.Programmers