Compilation errors
-
Hello @fxDreema
I have got some compilation error when I fill in some fields on the Variables pane attached to the blocks

When I open up the project with Metaeditor and I compile it, I see which is the problem


What belongs to this block

So, V20 = V19 and V15 = V14 when the block is true. It works as expects for the rest of the variables.
If I use a "Modify Variables" block to shift the valu of those variables, the project compiles without issues.

I can't say that this defect is specifically of the "Counter: Pass once" block because I saw it for other kind of blocks but I am not sure for which ones.
Please, could you be so kind to take a look at the issue?
Thanks
-
Hi @fxDreema
It looks like that the issue is also reproducible with the "Modify Variables" block with the Variables pane


Thanks
-
The problem is because of the letters P3 in TP3_Pips. If you look on the left side, P1, P2, P3 and other Px can be used in the same way as V1, V2 and so on. So basically the P3 letters in TP3_Pips are replaced with something that doesn't need to be there.
Anyway, I added some code in few regular expressions and I think I fixed this problem. But if you will need to save the block again.