XADmultilistshow


Purpose
Load and display multi-dimensional arrays or a set in a multilist.
Synopsis
procedure XADmultilistshow(id:integer, items: array)
Arguments
id 
Multilist identifier
items 
Comma-separated list of array names to display in the multilist, or just one array name.
Example

XADmultilistshow(id_multi,"Units,Salesforce,NetProfit")
   
Further information
Clears the content of the multilist and fills it with the given array of items (integers, reals, strings, booleans, mpvars or linctrs). If more than one array is given, they must have the exact same index sets and shape.
Related topics
XADmultilistsetsize, XADmultilistsetcolname, XADmultilistsettext


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.