COMM

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at COMM.

Creates a communal variable with the attributes specified in definition.

Syntax

  
COMM definition [[, definition]] ...  

Remarks

Each definition has the following form:

[[langtype]] [[NEAR | FAR]] label**:type[[:**count]]

The label is the name of the variable. The type can be any type specifier (BYTE, WORD, and so on) or an integer specifying the number of bytes. The count specifies the number of data objects (one is the default).

See Also

Directives Reference