[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Eventually swaps the variable contents, so that i1 is not higher than i2.
Source position: lclproc.pas line 137
procedure MakeMinMax( |
var i1: Integer; |
var i2: Integer |
); |
i1 |
|
Receives the minimum value of both variables. |
i2 |
|
Receives the maximum value of both variables. |
lazarus-ccr.sourceforge.net |