[ |../../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]