| Table Of Contents | Index |

Example:
var Numbers Numbers = Set[1,2,3,4,5] ;Variable Numbers becomes an array containing 1 through 5SetArraySize(Numbers,10) ;memory is allocated for the array, 5 empty elements giving a total of 10
SetArraySize(Numbers,4) ;the array Numbers is truncated, Numbers now contains 1,2,3, and 4
| Category: | Array |
|---|

| Table Of Contents | Index |
|
