Page 1 of 1
Structures
Posted: Thu Nov 12, 2009 4:28 pm
by luthra_arun
Hi to all,
Is it possible to create the structure in flow code like in C.
Re: Structures
Posted: Thu Nov 12, 2009 4:35 pm
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.
Re: Structures
Posted: Thu Nov 12, 2009 4:56 pm
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.