Enhancing MacroDroid's Calculation Capabilities: Removing the Need for Variables

Mohammad

New member
Currently, if you need to perform calculations, you cannot do so directly, as you can in languages such as Java or Python. You have to create a variable for this purpose. In my opinion, it would be more beneficial if it were possible to perform calculations without creating any variables. For example, by displaying text of "2*3" in a pop-up, the result of 6 will be displayed
 
Top