16.08.2010, 07:28
(
Last edited by Jakku; 16/08/2010 at 08:49 AM.
)
I have a little question.
I have to compare four integer variables, and get which of them has the smallest value
How could I do that?
I have to compare four integer variables, and get which of them has the smallest value
pawn Code:
new variable[4];
if (variable[1] < variable[2] < variable[3] < variable[4]) //This IS NOT what I am looking for
How could I do that?