GETSTRINGCOUNT

Top  Previous  Next

Syntax

INT = GETSTRINGCOUNT(win as WINDOW,id as INT)

Description

Returns the number of strings in a list box or combo box control.

Parameters

win - Window or dialog containing the control.

id - Identifier of the list box or combo box control

Return value

The number of strings in the control.

Remarks

None.

Example usage

count  = GETSTRINGCOUNT(dlg1, 9)