Array

Introduction

The "Array" library provides functionalities to define a large number of variables of the same type and perform operations on these variables. It offers actions to manipulate arrays efficiently within the system.

The purpose of the "Array" library is to simplify array operations, such as adding new data, creating new arrays, and deleting data, making it easier for users to manage and manipulate array variables.

What is the Array Library?

The "Array" library allows users to work with array variables, enabling them to store and manipulate collections of data efficiently.

Key Features

  • Define and manage array variables

  • Perform operations like adding, assigning, and deleting data within arrays

How To Use Action

Add Action

Description: The Add action allows users to add new data to a created array.

Usage:

  1. Array variable:

    • Select an existing array variable where the data will be added.

  2. Item:

    • Define the data to be added to the array.

      • Textual data: Define in quotes (e.g., "New Item").

      • Numeric data: Define without quotes (e.g., 123).

      • Variables: Specify between ## ## (e.g., ## Variable_A ##).

Assign Action

Description: The Assign action is used to create a new array or fill an existing array variable.

Usage:

  1. Array variable:

    • Select an existing array variable or create a new one.

  2. Variable:

    • Fill the array variable with data.

      • Data is filled using quotation marks between the [ ] brackets.

      • Variables can be added between ## ## if desired.

      • For numeric data, do not use quotation marks.

Delete Action

Description: The Delete action allows users to remove data from an array.

Usage:

  1. Array variable:

    • Select the array variable from which data will be deleted.

  2. Filter:

    • Choose the method of deletion:

      • FILTER BY INDEX: Delete data based on the index.

      • FILTER BY VALUE: Delete data based on the value entered.

  3. Assign the output to variable:

    • Select the variable where the updated array will be assigned.

      • Choose from existing array variables or create a new one.


Additional Tips

Use Cases

FAQ (Frequently Asked Questions)

Last updated