Returns the document's company name.
[ sCompany = ] Object.Company
The Company property syntax has the following parts:
Name |
Type |
Description |
Object |
ADriver |
ADriver object |
sCompany |
BString |
A string specifying the document's company name |
The following statement prints to the log the name of the company which created the test program:
print "Company : "; App.Company