You can do this by using the custom properties of an object (which is stored
as an array). I can send you a script:
getStoredArray(arrayName, someObject)
setStoredArray arrayName, someObject, someArray
off-list if you want.
> From: "Geoff Canyon" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Thu, 12 Oct 2000 18:39:34 -0700
> To: [EMAIL PROTECTED]
> Subject: Storing arrays
>
> Is the best way to store an array from one execution to the next to stuff
> the values of the array into a text property with an appropriately-unique
> delimiter? And then to grab the text property and rebuild the array the next
> time around?
>
> regards,
>
> Geoff
>