DLM$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "DLM$ is a system function (as of 4.2) which will dynamically redimensions the array in a str2mat statement. In the following example, the array zzz$ will be redimensioned dyna...")
(No difference)

Revision as of 19:55, 22 September 2014

DLM$ is a system function (as of 4.2) which will dynamically redimensions the array in a str2mat statement. In the following example, the array zzz$ will be redimensioned dynamically.

str2mat(xxx$, mat zzz$ [, DLM$])