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)
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.
MATPARSE array{,start{,end}}FROM string { USING delim-char} { SETTING elements-var}
MATPARSE array{,start{,end}}FROM string{,delim-char}{ SETTING elements-var}
See the description of the MATPARSE statement for details of the syntax elements.