Company Property (AApp)

Returns the document's company name.

Syntax

[ sCompany = ] Object.Company

The Company property syntax has the following parts:

 

Name

Type

Description

Object

AApp

AApp 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 test program:

print "Company : "; App.Company

Applies to

AApp

See Also

FileName