Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Just starting out and need help.

Status
Not open for further replies.

slugdoug

IS-IT--Management
Dec 1, 2009
5
US
I am trying to learn and have a script that I keep getting an error on and would like to know why. I keep making changes but still get an error at char 64.

wscript.echo("the string variable equals :" & myString & VBCR_
& "the number variable equals :" & myNumber & VBCR_
& myDate & " is independence day!")
 
[tt]wscript.echo("the string variable equals :" & myString & VBCR[highlight] [/highlight]_
& "the number variable equals :" & myNumber & VBCR[highlight] [/highlight]_
& myDate & " is independence day!") [/tt]
 
Thank you, I knew it had to be something simple but I just couldn't get it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top