![]() ![]() ![]() ![]() | Table Of Contents | Index |
Example:The dispose command will take multiple parameters on the same line.
Loop 20 MyArray[LoopIndex] = LoopIndex;Check to See Also: if number is odd or even If (MyArray[LoopIndex] Mod 2) = 0 Writeln('MyArray[' + Str(LoopIndex) + '] is an EVEN number.' ); Else Writeln('MyArray[' + Str(LoopIndex) + '] is an ODD number.' ); Endif EndLoop
;We're finished with the array so reclaim its memory space. Dispose(MyArray)
Example Dispose X Y Z
Category: | Memory | Array |
---|
![]() ![]() ![]() ![]() | Table Of Contents | Index |
|