Is your target variable a TEXT type? I believe all returned values from a getproperty are text. It looks like you are getting the character number of the text into your (integer?) variable
Dennis McGrath Software Developer QMI Security Solutions 1661 Glenlake Ave Itasca IL 60143 630-980-8461 [email protected] -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bruce A. Chitiea Sent: Thursday, December 05, 2013 10:12 AM To: RBASE-L Mailing List Subject: [RBASE-L] - GETPROPERTY ... ITEMINDEX: Reported Values I have now a working Variable Lookup Combo Box ( vlcb_Sample ) displaying seven line items from a seven-record table. Variable values are selected from and reported out of the control as expected. I anticipate that a GETPROPERTY vlcb_Sample ITEMINDEX 'varname' statement in the ON CLICK EEP would capture index values [ 0 - 6 ]. Instead, reported values are [ 48 - 54 ]. How can this be? Bruce

