
Новые сообщения [новые:0]
Дайджест
Горячие темы
Избранное [новые:0]
Форумы
Пользователи
Статистика
Статистика нагрузки
Мод. лог
Поиск
|
|
10.09.2004, 08:54:41
|
|||
|---|---|---|---|
Массив |
|||
|
#18+
Cуществует ли какая нить функция очистки массива? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|
10.09.2004, 10:17:40
|
|||
|---|---|---|---|
Массив |
|||
|
#18+
Erase (с выражением лица) ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|
10.09.2004, 10:18:06
|
|||
|---|---|---|---|
Массив |
|||
|
#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 ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|

start [/forum/topic.php?fid=60&mobile=1&tid=2168901]: |
0ms |
get settings: |
8ms |
get forum list: |
15ms |
check forum access: |
3ms |
check topic access: |
3ms |
track hit: |
48ms |
get topic data: |
9ms |
get forum data: |
3ms |
get page messages: |
37ms |
get tp. blocked users: |
1ms |
| others: | 215ms |
| total: | 342ms |

| 0 / 0 |
