Thanks for your help.
It's a good idea but block->work is already used.
I think i'll use another solution suggested by Serge in developers mailing.
Import.h allow me to read block->work of all the blocks of my diagram.
I'll be easier for me.
Paul,
--
View this message in context:
http://mail
Le vendredi 16 mai 2014 à 13:36 -0700, Paul Martin a écrit :
> Hi,
>
> I have created my own Xcos Block.
> I try to share variable between them without any link.
>
> I want to have the same behavior than the GOTO/FROM Blocks, but i want to
> manage the variable inside my own block.
> My blocks ar
Hi,
I have created my own Xcos Block.
I try to share variable between them without any link.
I want to have the same behavior than the GOTO/FROM Blocks, but i want to
manage the variable inside my own block.
My blocks are developped in C, i thought use the globlal variable, but i
dont know how to