Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
No Format
// Webroutine messages
var msgs = wr.messages();
var msgsCount = msgs.count();
 
// Process each message
msgs.each(function(m) {
alert("Message: " + m);
});