2
Is there a command that allows the combination of two integers?
I have a variable that counts 5
and one that is worth 6
for example, there is some command that makes it possible to play the combination of these variables, the value 56
, in a third variable?
it seems to me that there is still no problem as defined in Help Center. Search for show what you did, better define your doubt.
– Maniero
Yes, there are several. Be
a
its first variable, andb
the second. An example of command that does what you want is:c = a * 10 + b
. But as already commented, your problem is not so well defined. As you can see, you have received several different responses, all valid in some context. And such questions are not very welcome on this site.– Luiz Vieira