Profile
Achievement
msdevweb's Recent SnippetsTagged search
- All /
« Prev 1 Next »
Used to retriev a index, for example to select a item on a combobox with the arrayCollection as dataProvider.
Usage:
comboBoxNames.selectedIndex = findIndex(arrayColNames, "field_on_array_collection", "value_to_compare_with_field_in_array_coll");...
0
664
posted 13 years ago by msdevweb