cunderw
10 years agoCommunity Hero
This is already supported via scripting.
function test() { var str = Project.TestItems.TestItem(0).Iteration + " / " + Project.TestItems.TestItem(0).Count; Indicator.PushText(str); }
Related Content
- 11 years ago
- 13 years ago