in reply to Re: Is there a way to lock arrays?
in thread Is there a way to lock arrays?
Wouldn't that also prevent modification of values in the array? I'm not sure that's what the OP wants, but rather just to prevent the array from expanding. It's unclear, but the SetReadOnly function does come with the caveat that you can't modify the array at all.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Is there a way to lock arrays?
by BrowserUk (Patriarch) on Jul 07, 2005 at 22:57 UTC |