PDA

View Full Version : Bug in Step Properties Events?


serzhik
03-14-2005, 03:37 AM
Hi!

I found that VisualBuild doesn't resolve macros values in Step Properties | Events.

Is there any way to use macroses in Script Editor | Step events?

kinook
03-14-2005, 10:48 AM
From http://visualbuild.com/Manual/?scripteditor.htm

Script code entered in the script editor cannot reference macros (i.e., use the script code Application.ExpandMacrosAndScript("%MYMACRO%") instead of "%MYMACRO%")

The same limitation (and alternative) applies to script code within step script events, and we'll update the help to indicate that as well.