Returns the document's company name.
[ sCompany = ] Object.Company
The Company property syntax has the following parts:
Name |
Type |
Description |
Object |
AProgram |
AProgram 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 current program:
print "Company : "; Program.Company