javascript - How to display or list the contents of the Mirth GlobalMap objects -


is there method/function available in mirth connect list or output contents of global map? both 'key' , value of key.

following code print key value of global map variable in mirth

 each(key in globalmap.getvariables().keyset().toarray())  logger.info(key + ': ' + globalmap.get(key)); 

Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -