[thelist] ASP and CSV function nightmare

Anthony Baratta Anthony at Baratta.com
Fri Sep 19 16:24:53 CDT 2003


At 09:54 AM 9/19/2003, Christopher Joseph wrote:

>How should I fix it so that:
>
>It always returns an array even if it has only one element.

IsArray()


if (IsArray(arrMenu)) then
         return arrMenu
else
         arrDummy(0) = arrMenu
         return arrDummy
end if
---
Anthony Baratta
President
Keyboard Jockeys

"Conformity is the refuge of the unimaginative."



More information about the thelist mailing list