Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

Блок кода
languagejs
themeEclipse
var rst = new Query("SELECT Id FROM Catalog_User").Execute();
var arr = [];
while (rst.Next())
{
	arr.push(String(rst.Id.Guid));
} 
 
PushNotification.SendMessage("hello there !", arr);

...