Recent content by guilhermgonzaga

  1. G

    Moderators on OneSky to mitigate trolling

    Ok, thanks. That will help me a lot.
  2. G

    Moderators on OneSky to mitigate trolling

    Hello, everyone. I have been a translator for a long time and the situation with absurd translations, at least on pt-BR, is pretty bad. I wouldn't doubt it if some were children that don't know what they were doing, but most are actually trolls. A bad phrase even made it to a release and lasted...
  3. G

    MacroDroid Wiki - volunteers wanted

    I want to help too. I've been using the app for several years.
  4. G

    break in while loop and goto(call)/return with label

    OK, that made it clear, thanks.
  5. G

    Have an automatic index/counter variable on "Repeat actions > Fixed number"

    Hello everyone. I thought of a way to give a simple "Repeat x times" while loop more use cases. Be it looping a fixed or variable number of times, what if there were a special value generated on every iteration, a counter starting from 0 (or 1). It could be used to set numeric variables like...
  6. G

    break in while loop and goto(call)/return with label

    As for the goto, it's been requested before on the old forum, but the Dev politely denied. https://www.tapatalk.com/groups/macrodroid/goto-action-t6654.html
  7. G

    break in while loop and goto(call)/return with label

    I see what you mean, but... that is bad practice even in full-blown programming languages. Jumping to an arbitrary action. As for the break situation, you can fix it with a counter. Run a while loop with two conditions: a variable to see if it should stop (boolean) and a counter (integer) to...
  8. G

    Accept string variables on 'Cancel Macro Actions'

    Hello, everyone. Reasoning: we can set a variable to the macro's name, which is bulletproof against mistyping. So how about accepting a variable as a name so one macro can stop another in a more dynamic way? If someone only gets the name properly, i.e. via Set Variable, it will be safe against...
  9. G

    Take advantage of Unicode to have "formatted text" anywhere

    Hello, everyone. I made this macro that changes characters in a string to equivalent "formatted" characters. Then you can paste this text anywhere that supports Unicode. I took it more as a challenge, but I believe you'll find it useful. http://www.macrodroid.com/macrostore?id=7336 Word of...
Top