| |
maquaro
Posts: 1
Score: 0
Joined: 9/29/2004
From: USA
Status: offline
|
I'm trying to figure out the behavior of strings in vbscript with regards to Wscript on a command line using the cscript.exe command. If I use: < -start Dim str1, str2, str3 Set str1 = "123" Set str2 = "456" Set str3 = str1 & str1 Wscript.Echo str3 -- end > I get the error Microsoft VBScript runtime error: Object required: '[string: "123456"]' What am I overlooking or missing? I have been to 30 tutorials and other areas that do not answer my questions about how a string can be dimmed, set, and displayed to the console window. Thanks in advance
|
|