Array -Commands

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Arrays and Data-Structures > Array -Commands >

Array -Commands

!Array Management

Previous Top Next


MiniRobotLanguage (MRL)

 

!Array Management

Overview of Array Management Commands

 

Intention

The !Array Management section provides an overview of commands in MiniRobotLanguage (MRL) designed to manage and manipulate arrays. These commands allow users to create, modify, query, and maintain arrays, including setting dimensions, clearing content, retrieving dimensions, inserting or deleting elements, swapping arrays, and packing/unpacking array data. This section serves as a central hub for exploring the array management functionality within MRL.

Array management commands are essential for dynamic data handling, memory optimization, and efficient script execution. They support various array types (string, integer, floating-point) and are stored as strings internally in MRL.

Comprehensive Management: Includes commands for initializing, modifying, and querying array structures.

Memory Efficiency: Offers options to clear or free memory as needed.

Versatility: Supports operations across different array types.

 

See also:

    Dim Array

    Clm Array

    Clr Array

    Get Dim

    Set Array

    Get Array

    Insert

    Delete

    Swap

    Pack Array to File

    Unpack Array from File