|
|
|
Массив
|
|||
|---|---|---|---|
|
#18+
Cуществует ли какая нить функция очистки массива? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 10.09.2004, 08:54:41 |
|
||
|
Массив
|
|||
|---|---|---|---|
|
#18+
Erase (с выражением лица) ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 10.09.2004, 10:17:40 |
|
||
|
Массив
|
|||
|---|---|---|---|
|
#18+
Долго мы будем сюда MSDN копировать? Use Dynamic Arrays and Erase to Reclaim Memory Consider using dynamic arrays instead of fixed arrays. When you no longer need the data in a dynamic array, use Erase or ReDim Preserve to discard unneeded data, and reclaim the memory used by the array. For example, you can reclaim the space used by a dynamic array with the following code: Erase MyArray Whereas Erase completely eliminates the array, ReDim Preserve makes the array smaller without losing its contents: ReDim Preserve MyArray(10, smallernum) Erasing a fixed-size array will not reclaim the memory for the array — it simply clears out the values of each element of the array . If each element was a string, or a Variant containing a string or array, then erasing the array would reclaim the memory from those strings or Variants, not the memory for the array itself. (c) MSDN April 2001 ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 10.09.2004, 10:18:06 |
|
||
|
|

start [/forum/topic.php?fid=60&gotonew=1&tid=2168901]: |
0ms |
get settings: |
10ms |
get forum list: |
20ms |
check forum access: |
4ms |
check topic access: |
4ms |
track hit: |
69ms |
get topic data: |
12ms |
get first new msg: |
7ms |
get forum data: |
3ms |
get page messages: |
61ms |
get tp. blocked users: |
2ms |
| others: | 228ms |
| total: | 420ms |

| 0 / 0 |
