hiGetListBoxValue
hiGetListBoxValue(o_listBox) =>l_stringValues
Description
Provides the value of a list box field as a list of strings. This function is useful when the valueByPosition property of a list box field is set to non-nil, which means its value is managed and reported as a list of integers (indicating position) instead of a list of strings.
The return value of this function does not retain positional information, so if the list box field has multiple identical strings that you identify by their position, no information is provided by the return value.
Argument
Value Returned
Related Topics
Return to top