View Single Post
  #3  
Old 03-23-2005, 10:50 PM
kevina kevina is online now
Registered User
 
Join Date: 03-26-2003
Posts: 825
A good place to look for jscript examples is the system script provided with Visual Build Professional itself (all the same script functions, etc that are provided in vbscript are also available as jscript). Several methods add or use macro values, such as: vbld_AddDelimValue, vbld_NextDelimValue, etc.

Just go to the script editor and change the language to jscript and look at the script under the System tab. You can also compare against vbscript (or PerlScript) by changing the language back and forth...
Reply With Quote