Login | |
|
 |
RE: For Each A In B Next -- loop problem - 11/1/2008 8:24:19 PM
|
|
 |
|
| |
TKS
Posts: 187
Score: 0
Joined: 5/16/2008
Status: offline
|
Ok I'm on the job guys. I think I might be getting somewhere... when I've finished compiling something I'll post it up here. *feels excited*
|
|
| |
|
|
|
 |
RE: For Each A In B Next -- loop problem - 11/3/2008 6:43:25 AM
|
|
 |
|
| |
TKS
Posts: 187
Score: 0
Joined: 5/16/2008
Status: offline
|
Ok, I'm officially lost on this one. Haven't come up with anything that works yet... anyone got any pointers? tips? anything?
|
|
| |
|
|
|
 |
RE: For Each A In B Next -- loop problem - 11/4/2008 11:06:42 AM
|
|
 |
|
| |
TKS
Posts: 187
Score: 0
Joined: 5/16/2008
Status: offline
|
Hey ehvbs thanks for the code buddy! Can't wait to dig my teeth into it, but before I do I was just wandering. I ran the thing in a .vbs file and it gave me "The handle is invalid" error at line 6. What could be wrong?
< Message edited by TKS -- 11/4/2008 11:16:57 AM >
|
|
| |
|
|
|
 |
RE: For Each A In B Next -- loop problem - 11/4/2008 12:46:24 PM
|
|
 |
|
| |
dm_4ever
Posts: 2728
Score: 46
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
If you ever see something like this WScript.Stdout.Writeline ....it means you need to use it using CScript.exe instead of WScript.exe....so start > run > cmd > cscript.exe scriptname.vbs
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|