SetArrayLength procedure
Prototype: |
procedure SetArrayLength(var A; NewLength: integer); |
|
Description: |
Set the length of a single dimension array |
|
Syntax: |
SetArrayLength(A,10); |
|
Part |
Description |
|
A |
array to change |
|
NewLength |
The length of the dimension |
|
Note: This function is available since version X7.
See also:
SetArrayLength; GetArrayLength; VarArrayOf; VarArrayCreate; VarArrayDimCount; VarArrayLowBound; VarArrayHighBound; VarType; VarIsArray; VarIsNumeric; SetVarArrayValue; GetVarArrayValue
© 2024 IFER-Monitoring and Mapping Solutions