Message 1 of 8
Sending regions to another array

Not applicable
11-13-2002
05:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an array of regions declaired as
regionObj as variant
Now there are 20 regions in there. I would like to send even items (i.e. 2,4,6,...20) to another 2 dimentional array.
arrayList (1 to 10, 1 to 3) as variant
but it gives me type mismatch error.
I have also tried to claim it as acadRegion, but it didn't work either. Does anyone know what is the problem?
regionObj as variant
Now there are 20 regions in there. I would like to send even items (i.e. 2,4,6,...20) to another 2 dimentional array.
arrayList (1 to 10, 1 to 3) as variant
but it gives me type mismatch error.
I have also tried to claim it as acadRegion, but it didn't work either. Does anyone know what is the problem?