Compiler Error: Backtracking to Previous Action

HappyDev

New member
The compiler failed to perform the next action and instead returned to the previous action. Refer to the attached file. At var 20230201_040258-COLLAGE.jpgindex 1, after the "Set Var" action (-1), the compiler was supposed to proceed with the next loop, but it mistakenly went back to the fifth action above it. [Macro⬇️]

What macro do:The macro encodes a text string. For example, if the input text is "password123," it will be encoded to "jwbdvehwj425."

I am unsure of the reason, but the macro functions correctly when the "Break from Loop" action in the second loop is disabled.
 

Attachments

  • Coder_and_decoder_3.macro
    45.5 KB · Views: 1
Last edited:

MacroDroidDev

Administrator
Staff member
If possible could you please use report a bug via the troubleshooting section and select the relevant macro,

It would be super helpful if you could annotate the macro with comments in the relevant places so I can easily see what the problem is and how to reproduce etc. I get so many emails to deal with it makes life easier if something is simplified so I don't have to spend ages understanding the problem first.
 
Top