View Single Post
  #2  
Old 04-07-2005, 07:21 AM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
To get a property with all macros/script expanded, you need to use

Step.ExpProperty(Builder, "propname")

instead of

Step.Property("propname")

The VB6 action sample needs to be updated to demonstrate this, but see the sample code in the VBScript action sample (User Action1.action) and at the very bottom of http://www.visualbuild.com/Manual/?sampleuseraction.htm.

The evaluation is good for 30 days or 50 uses, whichever comes later, so you should have a fair amount of time left. If you need additional time or need to create projects with > 50 steps to complete your evaluation, send an email to support@kinook.com and we'll issue you temporary license key to get around that.
Reply With Quote