• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Error 800A000A

julyrih

Junior Member
Need som help, Im trying to merge one textfile with computernames and one
list of computers that an account in my AD is aloud to log to.
When I try to Redim in the For Each Loop I receive an error 800a008 The
array is locked. Why?
 
It sounds like you're trying to redim an array that was declared with a specific size (ie: dim myArray(2)), which you can't do.

An example of your code would likely generate more helpful responses.
 
Back
Top