MVA
Adds an element to a dynamic array.
Synopsis
MVA target source
Arguments
target | A reference to a buffer or select list to be appended with the contents of source. A reference must begin with a %, !, &, or # character, followed by a number (%2), or followed by another of the four reference characters (%%). |
source | The text to be appended to the target buffer or select list. source can be a literal or a reference to a buffer or select list. |
Description
The MVA PROC command appends a string to the contents of a buffer or select list. MVA adds the source string as an element to a dynamic array, separated by value mark (@VM) delimiters. It adds elements in collation order. If the contents of source matches an existing element in the dynamic array in target, no operation occurs.
See Also
Purpose of this instance: Draft documentation
DocReleaseID: Core2018.1.11
Content loaded from:
/staging/ce/2018.1.11/doc/cache/en-us/src/
/staging/ce/2018.1.11/doc/ensemble/en-us/src/
/staging/ce/2018.1.11/doc/isp/en-us/src/
/staging/learning/zenmojo-doc/en-us/src/