the code is
Field field = st.class.getField("g_"+selectedGroup);
st
is my class, and g_+"selectedgroup"
is in the st class as String array
how to get that string array?
I need something: String sa[]= field.getStringArray[];
but only getInt
, getBoolean
there is :(
how to?