HI I have A global object with a parameter xy[16][16] Now I want to find
the easiest way to get the content of xy[5][6]. The only way I actually
get a result is: k=LIBRARYGLOBAL ("glob_obj", "xy", cont_1, cont_2,
cont_3,...) where cont_1=xy[1][1], co...