LabVIEW Idea Exchange

cancel
Showing results for 
Search instead for 
Did you mean: 
0 Kudos
nanocyte

Recursive data types

Status: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined. 

In other programming languages you see something like this to implement a linked list

struct Node
{
int data;
struct Node *next;
};

 

 

I'd like to be able to make the equivalent:

linked list2.PNG

 

1 Comment
Darren
Proven Zealot
Status changed to: Declined

Any idea that has not received any kudos within a year after posting will be automatically declined.