Hi,
Thanks for the reply, but I think you have misunderstood the question, or more likely I have not explained it correctly :-)
I want to know the names of that Powerbuilder has assigned to the multiple references to "val". I think PB creates them as val, val_1, val_2, val_3 etc, but I would like to be sure and am seeking the setting that I would need to Describe to get a list of the references. Basically, I want to use the Describe Function and get a list of the value placeholders created at runtime.
Something like this setting = dw_1.Describe("DataWindow.





by: shru_0409Posted on 2009-09-03 at 00:25:22ID: 25248456
String ls_val1
trow(), "val") trow(), "val2")
double ld_val2
ls_val1 = dw_1.GetItemString(dw_1.ge
ls_val2 = dw_1.GetItemnumber(dw_1.ge
if datatype number use GetItemnumbe otherwise GetItemString for string
try this