Hi, I'm trying to make a table in " byte Table[5]={10,20,30,40,50}; in Flowcode how to do it?
Thanks.
how Make table byte
-
- Posts: 19
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 16, 2020 10:07 am
-
- Matrix Staff
- Posts: 1624
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 576 times
- Been thanked: 543 times
Re: how Make table byte
Hi, Vatel20.
Flowcode has a Lookup Table component.
Within Component Libraries Ribbon, select the Search icon on the far left and enter loo.
You should see the Lookup Table appear.
The Lookup Table component can also be found by selecting the Storage icon.
Alternatively, when you add a variable, Enter 5 in the Array Length box, then select Add Array Dimension
Flowcode has a Lookup Table component.
Within Component Libraries Ribbon, select the Search icon on the far left and enter loo.
You should see the Lookup Table appear.
The Lookup Table component can also be found by selecting the Storage icon.
Alternatively, when you add a variable, Enter 5 in the Array Length box, then select Add Array Dimension
Martin