View Single Post
  #1  
Old 01-20-2010, 10:36 AM
ChrisF ChrisF is online now
Registered User
 
Join Date: 12-09-2009
Posts: 67
Incrementing a global macro

Say I have a global macro, BUILD_NUM, for example, that I set with one script.

How can I set a step in a second script to increment the macro? Will it be just a Set Macro step re-using the above global macro name with a value of %BUILD_NUM% + 1?
Reply With Quote