I get this error when I have declared the array as Dim ArrayName(SomeValue) and then try to ReDim the array if this is what you are trying to do then declare the arrary as DIM ArrayName() (Note no size) and then REDIM the array as needed.
-----Original Message----- From: Alex Elger [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 27, 2002 9:50 AM To: ActiveServerPages Subject: This array is fixed or temporarily locked I am using a array that is in a loop. On the second loop i get : Microsoft VBScript runtime error '800a000a' This array is fixed or temporarily locked How do i clear an array once i have used it? I have tried: set strRecordArrayToday = nothing but to no avail Thanks for your advance help Alex --- You are currently subscribed to activeserverpages as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --- You are currently subscribed to activeserverpages as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
