...
Блок кода | ||||
---|---|---|---|---|
| ||||
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); |
...
...
Блок кода | ||||
---|---|---|---|---|
| ||||
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); |
...