freeArray

Syntax

int freeArray (int nr)

Arguments

nr
Number of the array. Values from 0 to 99 are acccepted.

Return

Always returns a value of 1

Description

Lets you delete one of the 100 available arrays and free the memory that is used for it.

Example

See allocArray

Also see

allocArray, getArray, putArray, getArrayDim, copyArray

Comments

Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.