Array -Commands

<< Click to Display Table of Contents >>

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

Array -Commands

!String-Arrays

Previous Top Next


MiniRobotLanguage (MRL)

 

!String-Arrays

Overview of String Array Commands

 

Intention

The !String-Arrays section provides an overview of commands in MiniRobotLanguage (MRL) specifically designed to manage and manipulate string arrays. These commands enable users to add elements, append arrays, convert to variables, delete elements, retrieve data, insert elements, parse strings, send to AI, set values, show content, and sort string array data. This section serves as a central hub for exploring string-specific array functionality within MRL.

String array commands are tailored for text-based data handling and are stored as strings internally in MRL, ensuring compatibility with the broader array management system.

Text Manipulation: Includes commands for handling string-based array data.

AI Integration: Supports sending string arrays to AI for processing.

Versatility: Integrates with general array management commands.

 

See also:

    Add Element

    Append Array

    Array To Var

    Delete

    Get Array

    Insert

    Parse

    Send to AI

    Set Array

    Show

    Sort

    Swap