[thelist] ASP: checking for empty array

Anthony Baratta Anthony at Baratta.com
Thu Apr 12 19:41:05 CDT 2001


At 05:15 PM 4/12/2001, you wrote:
>Hi,
>hope someone can help with this.
>
>I'm creating an array using Filter like so:
>
>arrYes = Filter(arrAlt,strQS,true)
>
>I need a way to check whether arrYes was populated with a value or not. It 
>can only ever have one item in it.

if UBound(arrYes) > 0 then
...blah blah...
end if
---
Anthony Baratta
President
Keyboard Jockeys





More information about the thelist mailing list