in order to clear 2 blocks present on the same canvas
u can write a when-button-pressed trigger in which the code will be
Lets assume that the first block name is B0 and the second one is B1.
Then in that case, just write
Go_Block('B0');
clear_block(no_validate);
Go_Block('B1');
clear_block(no_validate);




Reply With Quote