CurrToStr

www.kxcad.net Home > Electronic Index > Altium(Protel) Index


Your Ad Here

Declaration

Function LimitInt(I, MinAllowed, MaxAllowed : Integer) : Integer;

Description

The LimitInt function returns the MaxAllowed value if the I parameter is greater than the maximum allowed, or the MinAllowed value is returned if the I parameter is smaller the minimum allowed.

See also

Number Manipulation routines

Your Ad Here