XADdroplistshow


Purpose
Show a droplist.
Synopsis
procedure XADdroplistshow(id:integer, items:set)
Arguments
id 
Droplist identifier
items 
Items to display
Further information
Fills the droplist with the contents of the given set of items. Mosel will try to infer the type of the set and display accordingly. For example showing a set of mpvar will display the solution values and reduced costs for each item.
Related topics
XADdroplistadd, XADdroplistgetsel


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