Thread: Laststep_output
View Single Post
  #4  
Old 02-26-2008, 08:49 AM
HippyCraig HippyCraig is offline
Registered User
 
Join Date: 07-27-2006
Location: Philly
Posts: 211
I have a few other questions relates to this. The following works in a script Step

strAppName = Application.ExpandMacrosAndScript("%%TMP_APP_NAME% %")

strSearchString = Application.ExpandMacrosAndScript("%%LASTSTEP_OUTP UT%%")

But if I add the same lines to a actions Sub vbld_StepDone() function the value returned is the following

strAppName = "%TMP_APP_NAME%"

Why would this code work in a Script action and not in a StepDone script.
Reply With Quote