Skip to end of banner
Go to start of banner

BA_createMultiSelectList

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Description

Creates a multi select list.

Parameters

Return Type

None

The returned value has no meaning

Example

BA_createMultiSelectList("msel 1", {"option 1", "option 2", "option 3"}, {"option 1", "option 3"}, true, false, "select some options");
BA_createMultiSelectList("msel 2", {"option 1", "option 2", "option 3"}, "", false, true, "select some options");

See also

  • No labels