Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var mensajes = [];
- mensajes.push({ "usuario" : execution.getVariable("initiator") , "mensaje" : execution.getVariable("msg") });
- execution.setVariable("mensajes", mensajes);
Advertisement
Add Comment
Please, Sign In to add comment