DataBasic Reference > MultiValue Compatibility > Statements and Intrinsic Functions > WRITE Statements

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 ()

WRITE Statements (DataBasic MultiValue Compatibility) (m6187ai+write_ss.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

WRITE Statements

When in UNIVERSE mode (set with the $OPTIONS statement), the write (WRITE, WRITEU, WRITEV, WRITEVU, MATWRITE and MATWRITEU) statements will accept the following syntax variants.

Syntax

WRITE char-string [ON ||TO] {file-var,}item-id {SETTING setting-var} {ON ERROR statement(s)} {LOCKED statement(s)}

or

WRITE char-string [ON ||TO] {file-var,}item-id {SETTING setting-var} {LOCKED statement(s)} [THEN statement(s) | ELSE statement(s)]}

Note: When using WRITEV and WRITEVU, you must also specify an attribute number.

Comments

RealityV15.0Comment on this topic