Created
July 13, 2016 07:00
-
-
Save MasterHans/48245f50953f707dcbb6f0f198d7b615 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Структура = Новый Структура; | |
| Для каждого Элемент Из Структура Цикл | |
| Сообщить("{" + Элемент.Ключ + ":" + Элемент.Значение + "}") | |
| КонецЦикла; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment