Combo-Box Question

Or even,

combo-box:screen-value = combo-box:entry(1).
to get the first entry

combo-box:screen-value = combo-box:entry(combo-box:num-items).
to get the last entry.
 
Back
Top