DataBasic Reference > MultiValue Compatibility > Statements and Intrinsic Functions > MATPARSE 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 ()

MATPARSE Statement (DataBasic MultiValue Compatibility) (m6187ai+matparse.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

MATPARSE Statement

Reality will accept an alternative syntax for the MATPARSE statement, where a comma introduces the USING clause instead of the USING keyword. This is used on many other MultiValue systems.

Reality Syntax

MATPARSE array{,start{,end}}FROM string { USING delim-char} { SETTING elements-var}

MultiValue Syntax

MATPARSE array{,start{,end}}FROM string{,delim-char}{ SETTING elements-var}

See the description of the MATPARSE statement for details of the syntax elements.

RealityV15.0Comment on this topic