manusoftar

Untitled

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