The dimensions of an array are part of syntax in Full BASIC.
Decimal BASIC tests the dimensions of arrays when a program is compiled.
Thus no arrays can chnage in dimensions while programs are being executed.
You can delete arrays by using eteternal procedures, which release memories when they finish.
Subject:[#58219] RE: Arrays re-dimension
Date:2011-06-26 10:20By:SHIRAISHI KazuoDecimal BASIC tests the dimensions of arrays when a program is compiled.
Thus no arrays can chnage in dimensions while programs are being executed.
You can delete arrays by using eteternal procedures, which release memories when they finish.