Forum Discussion
2 Replies
Hi,
Use a variable of the Integer type. To increment its value, on the "Set New Value" page of the "Set Variable Value" dialog choose the "Code Expression" mode and set Value to "Project.Variables.YourVariableName + 1" (without quotes). See the attached image for more information.- sgudaRegular ContributorThanks, this works.