Help Center›FreeBASIC
Array Functions
12 entries across 1 topic.
Topics
All entries
Procedures 12
$DynamicMetacommand to change the way arrays are allocated$StaticMetacommand to change the way arrays are allocatedArraylenProvides the length of an array given its array-name.ArraysizeProvides the size of an array given its array-name.EraseStatement to erase arraysFbarrayPre-defined structure (UDT) and procedure declarations from the fbc-int/array.bi include file, usable to access the array descriptor data fields.LBoundReturns the lower bound of an array's dimensionOption DynamicSpecifies variable-length array declarationsOption StaticReverts to default array declaration behaviorPreserveUsed with ReDim to preserve contents will resizing an arrayReDimDefines or resizes a variable-length arrayUBoundReturns the upper bound of an array's dimension