[thelist] VBScript Arrays

Warden, Matt mwarden at mattwarden.com
Wed Apr 17 06:18:01 CDT 2002


On Apr 17, Ken Kogler had something to say about [thelist] VBScript Arrays

>I'm familiar with recordset paging, and I want to do something similar
>to that for this photo gallery browser... How do I make this array
>persist so I can use it more than once? (short of storing it in a
>session variable or something like that)

you can try storing it in an application variable if it won't change
often. otherwise, just recreate it with each call of the page.

>Can I convert a 2D-array to a recordset then do the recordset paging I'm
>familiar with? (adovbs helps!) I've done the opposite with .getRows()
>before, but I don't think I can go the other way...

ick. just roll your own with the array. really.


--
mattwarden
mattwarden.com




More information about the thelist mailing list