An Array is an object. All you do is store it wherever you want to, and
fetch it back casting it as an Array of whatever data type you have in
there.

HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
[url]http://www.takempis.com[/url]
Big things are made up of
lots of little things.

"Anthony C" <acentrella@cantor.com> wrote in message
news:01c201c34a23$cab2eba0$a101280a@phx.gbl...
> I have a financial aspnet app that I need to load a large
> amount of stock data available at the application level to
> subsequent sessions.
>
> Question is - I know I can use object references for
> application state var but can I use an application state
> variable that is an array of a user defined structures?
>
> If so how do I reference the array subscripts through the
> application state?
>
> Please help - thanks!