MapInterface.setValueType ()
macro setValueType (rslType : Integer) : MapInterface
Устанавливает тип значений type из языка RSL.
+

map.setValueType(V_GENOBJ);
map.putItems("key1", SArray(1, 2, 3), "key2", SArray(4, 5, 6), "key3", null);
map.toScreen();
Успешно скопировано в буфер обмена