|
-
January 31st, 2000, 12:39 PM
#1
Type Mismatch
Can someone tell me why I'm getting a type mismatch at this line? Thanx for help,
Detard
private Sub qualitylook()
Dim n as Integer
Dim Qual as string
for n = 0 to lstFoundBrit.ListCount
Qual = lstFoundBrit.List(n)
lstFoundBrit.ListIndex = 0
If Left(Qual, 2) <> 1 then
This line ----> lstFoundBrit.RemoveItem (lstFoundBrit.List(lstFoundBrit.ListIndex))
End If
next n
End Sub
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
|