You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

[ |../../index.htm#lansa/wamengb3_0165.htm]
You are here:

Getting Messages

// Webroutine messages
var msgs = wr.messages();
var msgsCount = msgs.count();
 
// Process each message
msgs.each(function(m) {
alert("Message: " + m);
});  
[ |../../index.htm#lansa/wamengb3_0165.htm]

  • No labels