Case #405735 - "FR - Component monitor dynamic script arguments"
Additionnal script argument from other component OUTPUT or the same component OUTPUT pass back as INPUT, would allow more scripting possibility.
exemple:
Monitor1.Component1{Word}
'Return the number of time a given word is into a text file.
WScript.Echo "Statistic.wordCount:" 'OUTPUT wordCount
Component2 {Monitor1.Component1.Statistic.wordCount} 'INPUT from the Statistic.wordCount OUTPUT
'Depending of the word count, it may send it as email or do something else.