View Single Post
  #10  
Old 11-18-2004, 02:44 PM
kinook kinook is online now
Administrator
 
Join Date: 03-06-2001
Location: Colorado
Posts: 6,027
Also, as was mentioned, this code is JScript syntax, requiring that you set JScript as your default script language (Tools | Options | General). The equivalent VBScript would be

[Not %isRebuild% And %vBuild% = 1]

(assuming that those macros contain values that can be interpreted as boolean/numeric, respectively).
Reply With Quote