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

map.setKeyType(V_STRING);
map.putItems("key1", "val1", "key2", "val2", "key3", "val3");
map.toScreen();
Успешно скопировано в буфер обмена