Blocks setting variables

Is there a way to have the C++ code of a block change the value of a
variable for the rest of the flow graph?

//\ark.

This sounds like a bad idea. And no, other than violating best
practices,
there’s no way to do that.

What exactly are you trying to do? Would a message passing interface
help?

M