I must be stupid or something but with the following code;
[vbs]
If intPageSize < UBound(dbMembers, 2) Then
mlist_length = intPageSize
Else
mlist_length = UBound(dbMembers, 2)
End If
[/vbs]
mlist_length = 398, even though intPageSize = 30 and UBound(dbMembers, 2) = 398.
Can someone tell me wtf is wrong?![]()






. The "clng" did it. Mind telling me what it is and if you have any tutorials/faq/articles for it?

Bookmarks