|
-
Aug 9th, 2004, 05:28 PM
#1
Thread Starter
Member
VBScript: setTimeout with Array??
Can someone help me with this problem?
I originally posted it in ASP, VB script, but was told I my have better luck here. So here it goes.
*****************************************************
window.setTimeout "startAdd " & i & "," & iCount & "," & iNum & "," & iPfx, 2000
*****************************************************
iNum and iPfx are both arrays.
I get a type mismatch error whenever I call startAdd like this.
If I call it normally(startAdd i,iCount,iNum,iPfx) everything works fine.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|