Hi to all,
Is it possible to create the structure in flow code like in C.
Structures
- 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
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.
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.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 18
- Joined: Wed Nov 11, 2009 7:39 am
Re: Structures
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.
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.