FC7 2D Arrays

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
Docara
Posts: 315
Joined: Sun Jun 23, 2013 1:29 pm
Has thanked: 28 times
Been thanked: 61 times
Contact:

FC7 2D Arrays

Post by Docara »

Hi

Can FC7.3 do 2d Arrays yet?
thanks

mnf
Valued Contributor
Valued Contributor
Posts: 1188
Joined: Wed May 31, 2017 11:57 am
Has thanked: 70 times
Been thanked: 439 times
Contact:

Re: FC7 2D Arrays

Post by mnf »

Hi,

As mentioned in previous posts on this topic - FC can do 2d arrays.

I did a simple example:
array 2d.fcfx
(10.56 KiB) Downloaded 218 times


Note that I use an Assign function to assign each string to the array (this is a limitation of C rather than FC - you can initialise variables at their declaration rather more succinctly)

This just declares a 2d array (10x10) to assign a string to the digits (0 = ZERO etc) - then just dumps them to UART...

Martin

Post Reply