XADmultilistshow
PurposeLoad and display multi-dimensional arrays or a set in a multilist.Synopsisprocedure 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.ExampleXADmultilistshow(id_multi,"Units,Salesforce,NetProfit")Further informationClears 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
If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.