Created
July 13, 2016 07:00
-
-
Save MasterHans/208b164de70586c581aa9da253946910 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