Array -Commands

<< Click to Display Table of Contents >>

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

Array -Commands

!Pack and Unpack Arrays

Previous Top Next


MiniRobotLanguage (MRL)

 

!Pack and Unpack Arrays

Overview of Array Packing and Unpacking Commands

 

Intention

The !Pack and Unpack Arrays section provides an overview of commands in MiniRobotLanguage (MRL) designed to serialize (pack) arrays into files or variables and deserialize (unpack) them back into arrays. These commands support data persistence, transfer, and manipulation, including options with custom delimiters. This section serves as a central hub for exploring array packing and unpacking functionality within MRL.

Packing and unpacking commands are essential for saving array data to files or variables and restoring it later, supporting various array types (string, integer, floating-point) stored as strings internally in MRL.

Data Persistence: Allows saving and loading array data to/from files or variables.

Delimiter Support: Provides options for custom delimiters during packing and unpacking.

Versatility: Supports operations across different array types.

 

See also:

    Pack Array to File

    Pack Array to File Delimiter

    Pack Array to Var

    Pack Array to Var (Alternate)

    Unpack Array from File

    Unpack Array from File Delimiter

    Unpack Array from Var

    Unpack Array from Var Delimiter