Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 645 Bytes

File metadata and controls

17 lines (9 loc) · 645 Bytes

Create Array

Create Array

The "Create Array" block in the GraphLinq IDE is fundamental for initializing new arrays. It is the starting point for any data collection or array manipulation process.

Block Description

This block is part of the Array category. It allows users to create a new, potentially empty, array.

Output Parameters

  • Array (List<object>)**: The newly created array. It can be initialized as empty or with predefined elements.

Example Use Case

When setting up a new graph for monitoring social media mentions, the "Create Array" block can be used to initiate an array to store incoming data points.