DataBasic Reference > MultiValue Compatibility > Statements and Intrinsic Functions > EQUATE Statement

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.0 ()

EQUATE Statement (DataBasic MultiValue Compatibility) (m6187ai+equate.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

EQUATE Statement

You can use the EQUATE statement to assign an identifier to represent the result of calling the @ function. For example:

EQUATE CLEARSCREEN TO @(-1)

Note, however, that the values of the identifiers will remain unchanged if the terminal type is changed, and that, under these circumstances, unexpected effects might result.

You can also assign identifiers to represent predefined symbols. For example:

EQUATE WHO TO @WHO

RealityV15.0Comment on this topic