Posts by Otávio Guimarães • 21 points
2 posts
-
1
votes1
answer157
viewsQ: Catch multiple occurrences of an expression in parentheses
I’m building a truth table, where I get an equation with several propositions (q, p, r, s) and connective (!, *, =). My equation comes in the following format: String equation = "!(q+p)*r=(s+r)";…
-
0
votes1
answer685
viewsQ: Block printing via "Print" macro menu
I wonder if there is any way to block the printing of a sheet by the File-Print menu (Ctrl+P) or by the printer icon, through a macro. Yes, I made a macro that when pressing a button it will make a…