I have a question: is there a big difference between an "Integer" and "Boolean" variable in terms of profile performance?
I ask because, I now realize that my profile is well advanced, that there are 3 or 4 "Integer" variables that could have been "Boolean", rather than setting 0 or 1 (these are the only values passed to these variables) I could have had "True" or "False"...
And if I change the type of variable, I will also have to change a lot of conditions in a lot of commands, which is why I ask if it can have a significant impact or not.