View Single Post
  #1  
Old 04-29-2004, 01:37 PM
rusha rusha is online now
Registered User
 
Join Date: 04-28-2004
Posts: 5
Pass the value of a Macro to a Script Variable

I'm trying to do this in a simple script:

dim foo
foo=%BUILD_VER%

BUILD_VER is a temporary Macro that the user fills in via prompt.

I get the error:
Error at Line 2, Column 15 (Expected end of statement)

How can I pass the value of this Macro to a variable in script?

Thanks!
Reply With Quote