I want to get column data from a DataWindow into a string array. This can be done with dot notation:
String ls_array[]
ls_array = dw_1.Object.emp_name.Current
The problem is that I need to do it generically. Is there a way to do this with the column name in a string variable?