This topic has not yet been rated - Rate this topic

EQU

The first directive assigns numeric value of expression to name.

name EQU expression 
name EQU <text>

The name cannot be redefined later.

The second directive assigns specified text to name. The name can be assigned a different text later. See TEXTEQU.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.