Posts by Patrik Tolomeotti • 161 points
2 posts
-
5
votes3
answers419
viewsQ: How to turn a bool into int?
I’m trying to do the following: if the guess value (_TextValPalite) is enabled then it will check that this number is not different from a minimum value and a maximum value. Ex: between 1 and 10 I…
-
11
votes4
answers160
viewsQ: How can I make a string code work with > or <?
Apparently I’m having problems with strings: public partial class Form1 : Form { private int _adicionar; private int _retirar; public Form1() { InitializeComponent(); } private void…