Hi,I need to assign the value of a table to a text field, but the
coordinates of the table are obtained from concatenating two values
(determined according to the selection of two radiobutton groups)How I
can do?I get the correct text as assigned to the text field
"COORDINATES" directly, and this work: DATATABLE_TEXT.rawValue =
TABLE_1.A_2.B_3.rawValue; But, if i call the sentence concatenating the
coordenate values A_2 + "." + B_3, with the result ofthe radiobutton
selecction, and doesn't wor...