Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents
minLevel2

Task Overview 

Anchor
_Toc330995019
_Toc330995019
Activities

...

In order to display the values stored in the "Collection Count" , "CSVString" and "Element" variables, use  Write Line activity or any other activity that displays values in the Tracking Data panel. Because this type of activities only display string values, variables "Count" and "CollectionCount" must be converted to string with "ToString()" function. The WriteLine activity that displays the counters which are of type "Int32" should have as input ' "Count : " + Count.ToString() +Environment.NewLine + "Collection Count : " +CollectionCount.ToString() '.

On Execution (Home->(Execution section) Start button) -  task "Collection_Demo"  , Tracking Data panel should display:

Image Added