Re: Basic Proggraming Question


[Prev][Next][Index][Thread]

Re: Basic Proggraming Question



Use the iPart and fPart functions to return the integer part and
decimal(fractional) part of your number, use Eq>St function to return a
string for each, and then use the lngth function to return the length of
each string you made.  Just make sure you subtract 1 from the length of
the decimal part, because it will include the decimal point in the
string.  If you don't know these functions, read your manual.

-Will the Chill


References: