|
-
May 3rd, 2001, 07:54 PM
#1
Thread Starter
New Member
Split() not working
Hello,
I'm using VBScript to read an entry from Access using the following code:
dim ProdColor(100) As Variant
dim holdcolor
RS.MoveFirst
holdcolor = RS("Color")
ProdColor() = Split(holdcolor)
it returns:
Microsoft VBScript compilation error '800a0401'
Expected end of statement
detail.asp, line 47
dim ProdColor(100) As Variant
-------------------^
I've browsed this forum, it appears I'm coding properly.
Any help?
thanks
AGB
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
|