Returns array data as string.
array_getstring(hnd)
hnd = array_new(); array_setstring(hnd, "PlanetCNC"); result = array_getstring(hnd); array_delete(hnd);
result:
PlanetCNC
array_new, array_delete, array_setstring