View Single Post
  #3  
Old 09-27-2005, 12:37 PM
MikePeterson MikePeterson is online now
Registered User
 
Join Date: 09-26-2005
Posts: 10
Thanks for the quick response. I'd actually looked at that post as well as one other and implemented it incorrectly. I've tried this again but I must be doing something wrong.

Here's my first Set Macro step:

BUILDNUM macro = %READ_INI(%INIFILE%,Settings,BuildNum,DEFAULT)%

In a second Set Macro step I've tried to set the macro version to:

1.0.[vbld_AllMacros().Item("BUILDNUM").Value]

and

1.0.[Application.ExpandMacros("%%%%BUILDNUM%%%%")]

and both yield 1.0.SP2_BUILDS for the value of version instead of 1.0.25.

Can you tell me what I've done wrong?

Thanks.
Reply With Quote