Posted by Terry Kreft on 10/02/82 11:32
As others have said this is a SQL group but having said that the answer is
probably that Arr is not an array.
Have a look at the IsArray function to test for this before using the Ubound
function.
--
Terry Kreft
"Eugene Anthony" <solomon_13000@yahoo.com> wrote in message
news:LvFff.3$GX6.1074@news.uswest.net...
> <% if UBOUND(Arr) > 0 then%>
>
> <% end if %>
>
> I am getting the following error:
>
> Error Type:
> Microsoft VBScript runtime (0x800A000D)
> Type mismatch: 'UBOUND'
>
> How do I solve the problem. Your help is kindly appreciated.
>
> Eugene Anthony
>
> *** Sent via Developersdex http://www.developersdex.com ***
Navigation:
[Reply to this message]
|