I have the following problem using Progress 9.1D:
I have a variable (f.e. l-field1) which contains a field-name. Now, I have to assign a value to this field.
Of course
assigns the value to the variable instead of the field. How to assign the value to the field? Or is there a better way to assemble a field-name with a counter (f.e. 'field' + 1 -> 'field1')?
Thank you for your help.
I have a variable (f.e. l-field1) which contains a field-name. Now, I have to assign a value to this field.
Of course
Code:
assign l-field1 = xyz
Thank you for your help.