Company Property (AProgram)

Returns the document's company name.

Syntax

[ 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

Example

The following statement prints to the log the name of the company which created the current program:

print "Company : "; Program.Company

Applies to

AProgram

See Also

FileName