Structures

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
luthra_arun
Posts: 18
Joined: Wed Nov 11, 2009 7:39 am

Structures

Post by luthra_arun »

Hi to all,

Is it possible to create the structure in flow code like in C.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Structures

Post by Benj »

Hello

Sorry this is not possible at the moment. You can still create C code structures if you wish or you can create macros with local variables and parameters. One way to get around this would be to use a custom component to create your underlying C code using structures and then call this C code from your Flowcode program using the Custom component hardware macros.

luthra_arun
Posts: 18
Joined: Wed Nov 11, 2009 7:39 am

Re: Structures

Post by luthra_arun »

Thanks benj,
I understand you .But the thing is i am create the small program where there is 20 screens in the C i can create the structure and store the screen status in the bit wise variable.but here i can only use the byte then there will be the memory issue.

Post Reply